From d86648c5decf384cf7182b7214d01429cf9e6047 2017-05-31 22:36:22 From: Matthias Bussonnier Date: 2017-05-31 22:36:22 Subject: [PATCH] release 6.1.0 --- diff --git a/IPython/core/release.py b/IPython/core/release.py index ae0a537..f316aa7 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -24,7 +24,7 @@ _version_minor = 1 _version_patch = 0 _version_extra = '.dev' # _version_extra = 'rc2' -# _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/index.rst b/docs/source/whatsnew/index.rst index f13c5b4..de0300d 100644 --- a/docs/source/whatsnew/index.rst +++ b/docs/source/whatsnew/index.rst @@ -20,7 +20,6 @@ development work they do here in a user friendly format. .. toctree:: :maxdepth: 1 - developement version6 github-stats-6 version5