Skip to content

Commit cd9f522

Browse files
committed
release 7.10.0
1 parent d5e408b commit cd9f522

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

IPython/core/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
_version_patch = 0
2525
_version_extra = '.dev'
2626
# _version_extra = 'b1'
27-
# _version_extra = '' # Uncomment this for full releases
27+
_version_extra = '' # Uncomment this for full releases
2828

2929
# Construct full version string from these.
3030
_ver = [_version_major, _version_minor, _version_patch]

tools/release_helper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ echo $BLUE"Attempting to build package..."$NOR
7575
tools/build_release
7676

7777
echo
78-
echo "Let\'s commit : git commit -am \"release $VERSION\" -S"
79-
echo $GREEN"Press enter to continue"$NOR
78+
echo "Let's commit : git commit -am \"release $VERSION\" -S"
79+
echo $GREEN"Press enter to commit"$NOR
8080
read
8181
git commit -am "release $VERSION" -S
8282

0 commit comments

Comments
 (0)