From 741169a0094d1f18312b73a87a320a08526ac21c Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Fri, 26 Jul 2019 15:12:26 -0700 Subject: [PATCH] release 7.7.0 --- IPython/core/release.py | 2 +- tools/release_helper.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/IPython/core/release.py b/IPython/core/release.py index 87c0e84dd19..e07a15ef7c3 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -24,7 +24,7 @@ _version_patch = 0 _version_extra = '.dev' # _version_extra = 'b1' -# _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/tools/release_helper.sh b/tools/release_helper.sh index c60fffe4d2b..779ccb43708 100644 --- a/tools/release_helper.sh +++ b/tools/release_helper.sh @@ -7,6 +7,7 @@ python -c 'import keyring' python -c 'import twine' python -c 'import sphinx' python -c 'import sphinx_rtd_theme' +python -c 'import nose' echo -n 'PREV_RELEASE (X.y.z):' read PREV_RELEASE