##// END OF EJS Templates
release 7.5.0
Matthias Bussonnier -
Show More
@@ -24,7 +24,7 b' _version_minor = 5'
24 _version_patch = 0
24 _version_patch = 0
25 _version_extra = '.dev'
25 _version_extra = '.dev'
26 # _version_extra = 'b1'
26 # _version_extra = 'b1'
27 # _version_extra = '' # Uncomment this for full releases
27 _version_extra = '' # Uncomment this for full releases
28
28
29 # Construct full version string from these.
29 # Construct full version string from these.
30 _ver = [_version_major, _version_minor, _version_patch]
30 _ver = [_version_major, _version_minor, _version_patch]
@@ -1,6 +1,27 b''
1 Issues closed in the 7.x development cycle
1 Issues closed in the 7.x development cycle
2 ==========================================
2 ==========================================
3
3
4 Issues closed in 7.5
5 --------------------
6
7 GitHub stats for 2019/03/21 - 2019/04/24 (tag: 7.4.0)
8
9 These lists are automatically generated, and may be incomplete or contain duplicates.
10
11 We closed 2 issues and merged 9 pull requests.
12 The full list can be seen `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A7.5>`__
13
14 The following 7 authors contributed 28 commits.
15
16 * Akshay Paropkari
17 * Benjamin Ragan-Kelley
18 * Ivan Tham
19 * Matthias Bussonnier
20 * Nick Tallant
21 * Sebastian Witowski
22 * stef-ubuntu
23
24
4 Issues closed in 7.4
25 Issues closed in 7.4
5 --------------------
26 --------------------
6
27
@@ -15,7 +15,7 b' echo "updating what\'s new with informations from docs/source/whatsnew/pr"'
15 python tools/update_whatsnew.py
15 python tools/update_whatsnew.py
16
16
17 echo
17 echo
18 echo "please move the contents of developents.rst ot version-X.rst"
18 echo "please move the contents of "docs/source/whatsnew/development.rst" to version-X.rst"
19 echo "Press enter to continue"
19 echo "Press enter to continue"
20 read
20 read
21
21
General Comments 0
You need to be logged in to leave comments. Login now