From bd3eb8365cf28f2ca83180ecd8063b8a8e87a97d 2018-04-06 09:59:09 From: Thomas Kluyver Date: 2018-04-06 09:59:09 Subject: [PATCH] Back to development --- diff --git a/IPython/core/release.py b/IPython/core/release.py index bacc3a9..7bd82ba 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 = 6 -_version_minor = 3 -_version_patch = 1 +_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 14c1422..3ea26c3 100644 --- a/docs/source/whatsnew/index.rst +++ b/docs/source/whatsnew/index.rst @@ -20,6 +20,7 @@ development work they do here in a user friendly format. .. toctree:: :maxdepth: 1 + development version6 github-stats-6 version5