##// END OF EJS Templates
Small updates for actual 0.11 release.
Fernando Perez -
Show More
@@ -22,8 +22,8 b" name = 'ipython'"
22 22 _version_major = 0
23 23 _version_minor = 11
24 24 _version_micro = '' # use '' for first of series, number for 1 and above
25 _version_extra = 'dev'
26 #_version_extra = '' # Uncomment this for full releases
25 #_version_extra = 'dev'
26 _version_extra = '' # Uncomment this for full releases
27 27
28 28 # Construct full version string from these.
29 29 _ver = [_version_major, _version_minor]
@@ -185,10 +185,10 b' comparing the current code to the last point it had in common with the 0.10'
185 185 series. A huge diff and over 2000 commits make up this development::
186 186
187 187 git diff $(git merge-base 0.10.2 HEAD) | wc -l
188 287676
188 287985
189 189
190 git log $(git merge-base 0.10.2 HEAD) --oneline | wc -l
191 2046
190 git log $(git merge-base 0.10.2 HEAD)..HEAD --oneline | wc -l
191 2192
192 192
193 193 Since our move to github, 510 issues were closed, 225 of which were pull
194 194 requests and 285 regular issues (see :ref:`below <issues_list_011>` for a full
General Comments 0
You need to be logged in to leave comments. Login now