##// END OF EJS Templates
back to development
Matthias Bussonnier -
Show More
@@ -20,11 +20,11 b" name = 'ipython'"
20 # release. 'dev' as a _version_extra string means this is a development
20 # release. 'dev' as a _version_extra string means this is a development
21 # version
21 # version
22 _version_major = 7
22 _version_major = 7
23 _version_minor = 8
23 _version_minor = 9
24 _version_patch = 0
24 _version_patch = 0
25 _version_extra = '.dev'
25 _version_extra = '.dev'
26 # _version_extra = 'b1'
26 # _version_extra = 'b1'
27 _version_extra = '' # Uncomment this for full releases
27 # _version_extra = '' # Uncomment this for full releases
28
28
29 # Construct full version string from these.
29 # Construct full version string from these.
30 _ver = [_version_major, _version_minor, _version_patch]
30 _ver = [_version_major, _version_minor, _version_patch]
@@ -78,7 +78,7 b' echo'
78 echo "Let\'s commit : git commit -am \"release $VERSION\" -S"
78 echo "Let\'s commit : git commit -am \"release $VERSION\" -S"
79 echo $GREEN"Press enter to continue"$NOR
79 echo $GREEN"Press enter to continue"$NOR
80 read
80 read
81 git commit -am "release $VERSION" # -S
81 git commit -am "release $VERSION" -S
82
82
83 echo
83 echo
84 echo "git push origin \$BRANCH ?"
84 echo "git push origin \$BRANCH ?"
General Comments 0
You need to be logged in to leave comments. Login now