##// END OF EJS Templates
Merge pull request #12479 from Carreau/autobump...
Matthias Bussonnier -
r25953:60625f24 merge
parent child Browse files
Show More
@@ -100,6 +100,10 b' echo "Cleaning repository"'
100 100 git clean -xfdi
101 101
102 102 echo $GREEN"please update version number in ${RED}IPython/core/release.py${NOR} , Do not commit yet – we'll do it later."$NOR
103 echo $GREEN"I tried ${RED}sed -i bkp -e '/Uncomment/s/^# //g' IPython/core/release.py${NOR}"
104 sed -i bkp -e '/Uncomment/s/^# //g' IPython/core/release.py
105 rm IPython/core/release.pybkp
106 git diff
103 107
104 108 echo $GREEN"Press enter to continue"$NOR
105 109 read
@@ -142,7 +146,13 b' then'
142 146
143 147
144 148 echo $GREEN"please update version number and back to .dev in ${RED}IPython/core/release.py"
149 echo $GREEN"I tried ${RED}sed -i bkp -e '/Uncomment/s/^/# /g' IPython/core/release.py${NOR}"
150 sed -i bkp -e '/Uncomment/s/^/# /g' IPython/core/release.py
151 rm IPython/core/release.pybkp
152 git diff
153 echo $GREEN"Please bump ${RED}the minor version number${NOR}"
145 154 echo ${BLUE}"Do not commit yet – we'll do it later."$NOR
155
146 156
147 157 echo $GREEN"Press enter to continue"$NOR
148 158 read
General Comments 0
You need to be logged in to leave comments. Login now