Skip to content

Commit

Permalink
release 7.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Nov 26, 2021
1 parent 138f266 commit 9f477b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IPython/core/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# version
_version_major = 7
_version_minor = 16
_version_patch = 1
_version_patch = 2
_version_extra = '.dev'
# _version_extra = 'b1'
_version_extra = '' # Uncomment this for full releases
Expand Down
4 changes: 2 additions & 2 deletions tools/release_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WHITE=$(tput setaf 7)
NOR=$(tput sgr0)


echo "Will use $EDITOR to edit files when necessary"
echo "Will use '$EDITOR' to edit files when necessary"
echo -n "PREV_RELEASE (X.y.z) [$PREV_RELEASE]: "
read input
PREV_RELEASE=${input:-$PREV_RELEASE}
Expand Down Expand Up @@ -65,7 +65,7 @@ maybe_edit(){

echo
if [ $value = 'e' ] ; then
$EDITOR $1
$=EDITOR $1
fi
}

Expand Down

0 comments on commit 9f477b7

Please sign in to comment.