HyukjinKwon commented on a change in pull request #26243: Prepare Spark release v3.0.0-preview-rc1 URL: https://github.com/apache/spark/pull/26243#discussion_r338844172
########## File path: python/pyspark/version.py ########## @@ -16,4 +16,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.0.0.dev0" +__version__ = "3.0.0" Review comment: Do you guys know if we're going to release on CRAN and PyPi, @jiangxb1987, @dongjoon-hyun, @holdenk, @srowen, @felixcheung, @rxin? If we're going to do that, let me try to take a stab to fix both. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
