From 8c47bbcb30a9a3842c8f870dc6610a69f2b06d97 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 24 Apr 2019 15:18:01 -0700 Subject: [PATCH] release 7.5.0 --- IPython/core/release.py | 2 +- docs/source/whatsnew/github-stats-7.rst | 21 +++++++++++++++++++++ tools/release_helper.sh | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/IPython/core/release.py b/IPython/core/release.py index 62e260050a8..803ff843af3 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/docs/source/whatsnew/github-stats-7.rst b/docs/source/whatsnew/github-stats-7.rst index 98a37e96b83..491c75b6e8a 100644 --- a/docs/source/whatsnew/github-stats-7.rst +++ b/docs/source/whatsnew/github-stats-7.rst @@ -1,6 +1,27 @@ Issues closed in the 7.x development cycle ========================================== +Issues closed in 7.5 +-------------------- + +GitHub stats for 2019/03/21 - 2019/04/24 (tag: 7.4.0) + +These lists are automatically generated, and may be incomplete or contain duplicates. + +We closed 2 issues and merged 9 pull requests. +The full list can be seen `on GitHub `__ + +The following 7 authors contributed 28 commits. + +* Akshay Paropkari +* Benjamin Ragan-Kelley +* Ivan Tham +* Matthias Bussonnier +* Nick Tallant +* Sebastian Witowski +* stef-ubuntu + + Issues closed in 7.4 -------------------- diff --git a/tools/release_helper.sh b/tools/release_helper.sh index 3a0aa95e920..55e7b409e77 100644 --- a/tools/release_helper.sh +++ b/tools/release_helper.sh @@ -15,7 +15,7 @@ echo "updating what's new with informations from docs/source/whatsnew/pr" python tools/update_whatsnew.py echo -echo "please move the contents of developents.rst ot version-X.rst" +echo "please move the contents of "docs/source/whatsnew/development.rst" to version-X.rst" echo "Press enter to continue" read