We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138f266 commit 9f477b7Copy full SHA for 9f477b7
IPython/core/release.py
@@ -21,7 +21,7 @@
21
# version
22
_version_major = 7
23
_version_minor = 16
24
-_version_patch = 1
+_version_patch = 2
25
_version_extra = '.dev'
26
# _version_extra = 'b1'
27
_version_extra = '' # Uncomment this for full releases
tools/release_helper.sh
@@ -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}
@@ -65,7 +65,7 @@ maybe_edit(){
65
66
echo
67
if [ $value = 'e' ] ; then
68
- $EDITOR $1
+ $=EDITOR $1
69
fi
70
}
71
0 commit comments