From 03b638570ab82d1d14c3b496f9e4fdfc4a9768ad 2015-11-25 14:07:34 From: Min RK Date: 2015-11-25 14:07:34 Subject: [PATCH] release 4.0.1 --- diff --git a/IPython/core/release.py b/IPython/core/release.py index fc955c9..80860f6 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -21,7 +21,7 @@ name = 'ipython' # version _version_major = 4 _version_minor = 0 -_version_patch = 0 +_version_patch = 1 # _version_extra = 'dev' # _version_extra = 'rc1' _version_extra = '' # Uncomment this for full releases diff --git a/docs/source/whatsnew/version4.rst b/docs/source/whatsnew/version4.rst index f150a4f..f2415e9 100644 --- a/docs/source/whatsnew/version4.rst +++ b/docs/source/whatsnew/version4.rst @@ -2,6 +2,17 @@ 4.x Series ============ +IPython 4.0.1 +============= + +Released November, 2015 + +Fixes for: + +- Installation on some systems +- Compatibility with CPython 3.4.4 +- Compatibility with Qt5 + IPython 4.0 ===========