diff --git a/IPython/core/release.py b/IPython/core/release.py index 1b4d9b2..02d1f4a 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -22,8 +22,8 @@ name = 'ipython' _version_major = 0 _version_minor = 11 _version_micro = '' # use '' for first of series, number for 1 and above -_version_extra = 'dev' -#_version_extra = '' # Uncomment this for full releases +#_version_extra = 'dev' +_version_extra = '' # Uncomment this for full releases # Construct full version string from these. _ver = [_version_major, _version_minor] diff --git a/docs/source/whatsnew/version0.11.txt b/docs/source/whatsnew/version0.11.txt index 0eb6dbd..9059b2a 100644 --- a/docs/source/whatsnew/version0.11.txt +++ b/docs/source/whatsnew/version0.11.txt @@ -185,10 +185,10 @@ comparing the current code to the last point it had in common with the 0.10 series. A huge diff and over 2000 commits make up this development:: git diff $(git merge-base 0.10.2 HEAD) | wc -l - 287676 + 287985 - git log $(git merge-base 0.10.2 HEAD) --oneline | wc -l - 2046 + git log $(git merge-base 0.10.2 HEAD)..HEAD --oneline | wc -l + 2192 Since our move to github, 510 issues were closed, 225 of which were pull requests and 285 regular issues (see :ref:`below ` for a full