diff --git a/IPython/core/release.py b/IPython/core/release.py index feb09c0..c01d886 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -20,11 +20,11 @@ name = 'ipython' # release. 'dev' as a _version_extra string means this is a development # version _version_major = 7 -_version_minor = 13 +_version_minor = 14 _version_patch = 0 _version_extra = '.dev' # _version_extra = 'b1' -# _version_extra = '' # Uncomment this for full releases +_version_extra = '' # Uncomment this for full releases # Construct full version string from these. _ver = [_version_major, _version_minor, _version_patch] diff --git a/docs/source/whatsnew/github-stats-7.rst b/docs/source/whatsnew/github-stats-7.rst index 91955bb..2c0c5d8 100644 --- a/docs/source/whatsnew/github-stats-7.rst +++ b/docs/source/whatsnew/github-stats-7.rst @@ -1,9 +1,31 @@ Issues closed in the 7.x development cycle ========================================== -Issues closed in 8.12 +Issues closed in 7.14 --------------------- +GitHub stats for 2020/02/29 - 2020/05/01 (tag: 7.13.0) + +These lists are automatically generated, and may be incomplete or contain duplicates. + +We closed 0 issues and merged 30 pull requests. +The full list can be seen `on GitHub `__ + +The following 10 authors contributed 47 commits. + +* Eric Wieser +* foobarbyte +* Ian Castleden +* Itamar Turner-Trauring +* Lumir Balhar +* Markus Wageringel +* Matthias Bussonnier +* Matthieu Ancellin +* Quentin Peter +* Theo Ouzhinski + +Issues closed in 7.13 +--------------------- GitHub stats for 2020/02/01 - 2020/02/28 (tag: 7.12.0) @@ -27,6 +49,7 @@ The following 12 authors contributed 108 commits. * Nathan Goldbaum * Terry Davis + Issues closed in 7.12 ---------------------