Skip to content

Commit

Permalink
release 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Bussonnier committed Apr 24, 2019
1 parent 49690e8 commit 8c47bbc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IPython/core/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
21 changes: 21 additions & 0 deletions docs/source/whatsnew/github-stats-7.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/ipython/ipython/issues?q=milestone%3A7.5>`__

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
--------------------

Expand Down
2 changes: 1 addition & 1 deletion tools/release_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8c47bbc

Please sign in to comment.