From 1149d170086f6e952ac4390a0a8a13bc5c558046 2017-06-01 01:24:04 From: Matthias Bussonnier Date: 2017-06-01 01:24:04 Subject: [PATCH] release 5.4.1 --- diff --git a/IPython/core/release.py b/IPython/core/release.py index f1860be..249421c 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 = 5 -_version_minor = 5 -_version_patch = 0 +_version_minor = 4 +_version_patch = 1 _version_extra = '.dev' # _version_extra = 'rc1' -# _version_extra = '' # Uncomment this for full releases +_version_extra = '' # Uncomment this for full releases # release.codename is deprecated in 2.0, will be removed in 3.0 codename = '' diff --git a/docs/source/whatsnew/index.rst b/docs/source/whatsnew/index.rst index 9580e4c..7812afb 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 version5 github-stats-5 version4 diff --git a/docs/source/whatsnew/version5.rst b/docs/source/whatsnew/version5.rst index f715603..5c0c5c6 100644 --- a/docs/source/whatsnew/version5.rst +++ b/docs/source/whatsnew/version5.rst @@ -2,6 +2,12 @@ 5.x Series ============ +IPython 5.4.1 +============= + +Released a few hours after 5.4, fix a crash when +``backports.shutil-get-terminal-size`` is not installed. :ghissue:`10629` + IPython 5.4 ===========