Show More
@@ -22,8 +22,8 b" name = 'ipython'" | |||||
22 | _version_major = 0 |
|
22 | _version_major = 0 | |
23 | _version_minor = 11 |
|
23 | _version_minor = 11 | |
24 | _version_micro = '' # use '' for first of series, number for 1 and above |
|
24 | _version_micro = '' # use '' for first of series, number for 1 and above | |
25 | _version_extra = 'dev' |
|
25 | #_version_extra = 'dev' | |
26 |
|
|
26 | _version_extra = '' # Uncomment this for full releases | |
27 |
|
27 | |||
28 | # Construct full version string from these. |
|
28 | # Construct full version string from these. | |
29 | _ver = [_version_major, _version_minor] |
|
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 | series. A huge diff and over 2000 commits make up this development:: |
|
185 | series. A huge diff and over 2000 commits make up this development:: | |
186 |
|
186 | |||
187 | git diff $(git merge-base 0.10.2 HEAD) | wc -l |
|
187 | git diff $(git merge-base 0.10.2 HEAD) | wc -l | |
188 |
287 |
|
188 | 287985 | |
189 |
|
189 | |||
190 | git log $(git merge-base 0.10.2 HEAD) --oneline | wc -l |
|
190 | git log $(git merge-base 0.10.2 HEAD)..HEAD --oneline | wc -l | |
191 |
2 |
|
191 | 2192 | |
192 |
|
192 | |||
193 | Since our move to github, 510 issues were closed, 225 of which were pull |
|
193 | Since our move to github, 510 issues were closed, 225 of which were pull | |
194 | requests and 285 regular issues (see :ref:`below <issues_list_011>` for a full |
|
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