From 7f10f7bb3dd3c6b1ac66d541f48e1354d4df8ce3 2018-05-10 19:04:12 From: Matthias Bussonnier Date: 2018-05-10 19:04:12 Subject: [PATCH] release 6.4.0 --- diff --git a/IPython/core/release.py b/IPython/core/release.py index 7bd82ba..b28ce70 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -24,7 +24,7 @@ _version_minor = 4 _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 3ea26c3..14c1422 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 - development version6 github-stats-6 version5