Skip to content

Commit 9f477b7

Browse files
committed
release 7.16.2
1 parent 138f266 commit 9f477b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

IPython/core/release.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# version
2222
_version_major = 7
2323
_version_minor = 16
24-
_version_patch = 1
24+
_version_patch = 2
2525
_version_extra = '.dev'
2626
# _version_extra = 'b1'
2727
_version_extra = '' # Uncomment this for full releases

tools/release_helper.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WHITE=$(tput setaf 7)
2121
NOR=$(tput sgr0)
2222

2323

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

6666
echo
6767
if [ $value = 'e' ] ; then
68-
$EDITOR $1
68+
$=EDITOR $1
6969
fi
7070
}
7171

0 commit comments

Comments
 (0)