From d86648c5decf384cf7182b7214d01429cf9e6047 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 31 May 2017 15:36:22 -0700 Subject: [PATCH] release 6.1.0 --- IPython/core/release.py | 2 +- docs/source/whatsnew/index.rst | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/IPython/core/release.py b/IPython/core/release.py index ae0a5371e24..f316aa70014 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -24,7 +24,7 @@ _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 f13c5b4fcfa..de0300d0c48 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