##// 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 = 7
23 _version_minor = 8
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]
@@ -68,7 +68,15 b' tools/build_release'
68
68
69 echo
69 echo
70 echo "Let\'s commit : git commit -am \"release $VERSION\" -S"
70 echo "Let\'s commit : git commit -am \"release $VERSION\" -S"
71 echo $"Press enter to continue"
72 read
73 git commit -am "release $VERSION" -S
74
75 echo
76 echo "git push origin \$BRANCH ?"
71 echo "Press enter to continue"
77 echo "Press enter to continue"
72 read
78 read
73 git commit -am "release $VERSION"
79 git push origin $BRANCH
80 # git tag -am "release $VERSION" "$VERSION" -s
81 # git push origin $VERSION
74
82
General Comments 0
You need to be logged in to leave comments. Login now