##// END OF EJS Templates
release 7.16.2
Matthias Bussonnier -
Show More
@@ -21,7 +21,7 b" name = 'ipython'"
21 # version
21 # version
22 _version_major = 7
22 _version_major = 7
23 _version_minor = 16
23 _version_minor = 16
24 _version_patch = 1
24 _version_patch = 2
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
@@ -21,7 +21,7 b' WHITE=$(tput setaf 7)'
21 NOR=$(tput sgr0)
21 NOR=$(tput sgr0)
22
22
23
23
24 echo "Will use $EDITOR to edit files when necessary"
24 echo "Will use '$EDITOR' to edit files when necessary"
25 echo -n "PREV_RELEASE (X.y.z) [$PREV_RELEASE]: "
25 echo -n "PREV_RELEASE (X.y.z) [$PREV_RELEASE]: "
26 read input
26 read input
27 PREV_RELEASE=${input:-$PREV_RELEASE}
27 PREV_RELEASE=${input:-$PREV_RELEASE}
@@ -65,7 +65,7 b' maybe_edit(){'
65
65
66 echo
66 echo
67 if [ $value = 'e' ] ; then
67 if [ $value = 'e' ] ; then
68 $EDITOR $1
68 $=EDITOR $1
69 fi
69 fi
70 }
70 }
71
71
General Comments 0
You need to be logged in to leave comments. Login now