This is an automated email from the ASF dual-hosted git repository.

hxb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e11078  [FLINK-22359][release] Remove updating version of pyflink in 
create_release_branch.sh
9e11078 is described below

commit 9e11078f483800776e9b0e12c0a9adb955bf49e9
Author: huangxingbo <[email protected]>
AuthorDate: Tue Apr 20 16:51:48 2021 +0800

    [FLINK-22359][release] Remove updating version of pyflink in 
create_release_branch.sh
---
 tools/releasing/create_snapshot_branch.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/releasing/create_snapshot_branch.sh 
b/tools/releasing/create_snapshot_branch.sh
index 15f845e..1ac269a 100755
--- a/tools/releasing/create_snapshot_branch.sh
+++ b/tools/releasing/create_snapshot_branch.sh
@@ -63,8 +63,6 @@ perl -pi -e "s#^  PreviousDocs = \[#  PreviousDocs = \[\n    
\[\"${SHORT_RELEASE
 
 perl -pi -e "s#^  IsStable = .*#  IsStable = true#" ${config_file}
 
-perl -pi -e "s#^__version__ = \".*\"#__version__ = \"${RELEASE_VERSION}\"#" 
../flink-python/pyflink/version.py
-
 perl -pi -e "s#dev-master#dev-${SHORT_RELEASE_VERSION}#" 
../flink-end-to-end-tests/test-scripts/common_docker.sh
 
 git commit -am "Update for ${RELEASE_VERSION}"

Reply via email to