##// END OF EJS Templates
release 7.11.1
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 = 12
23 _version_minor = 11
24 _version_patch = 0
24 _version_patch = 1
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]
@@ -107,7 +107,7 b' rm dist/*'
107 if ask_section "Should we commit, tag, push... etc ? "
107 if ask_section "Should we commit, tag, push... etc ? "
108 then
108 then
109 echo
109 echo
110 echo "Let's commit : git commit -am \"release $VERSION\" -S"
110 echo $BLUE"Let's commit : git commit -am \"release $VERSION\" -S"
111 echo $GREEN"Press enter to commit"$NOR
111 echo $GREEN"Press enter to commit"$NOR
112 read
112 read
113 git commit -am "release $VERSION" -S
113 git commit -am "release $VERSION" -S
General Comments 0
You need to be logged in to leave comments. Login now