##// END OF EJS Templates
release 7.10.0
Matthias Bussonnier -
Show More
@@ -24,7 +24,7 b' _version_minor = 10'
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]
@@ -75,8 +75,8 b' echo $BLUE"Attempting to build package..."$NOR'
75 tools/build_release
75 tools/build_release
76
76
77 echo
77 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 commit"$NOR
80 read
80 read
81 git commit -am "release $VERSION" -S
81 git commit -am "release $VERSION" -S
82
82
General Comments 0
You need to be logged in to leave comments. Login now