##// END OF EJS Templates
release 7.14.0
Matthias Bussonnier -
Show More
@@ -20,11 +20,11 b" name = 'ipython'"
20 20 # release. 'dev' as a _version_extra string means this is a development
21 21 # version
22 22 _version_major = 7
23 _version_minor = 13
23 _version_minor = 14
24 24 _version_patch = 0
25 25 _version_extra = '.dev'
26 26 # _version_extra = 'b1'
27 # _version_extra = '' # Uncomment this for full releases
27 _version_extra = '' # Uncomment this for full releases
28 28
29 29 # Construct full version string from these.
30 30 _ver = [_version_major, _version_minor, _version_patch]
@@ -1,9 +1,31 b''
1 1 Issues closed in the 7.x development cycle
2 2 ==========================================
3 3
4 Issues closed in 8.12
4 Issues closed in 7.14
5 5 ---------------------
6 6
7 GitHub stats for 2020/02/29 - 2020/05/01 (tag: 7.13.0)
8
9 These lists are automatically generated, and may be incomplete or contain duplicates.
10
11 We closed 0 issues and merged 30 pull requests.
12 The full list can be seen `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A7.14>`__
13
14 The following 10 authors contributed 47 commits.
15
16 * Eric Wieser
17 * foobarbyte
18 * Ian Castleden
19 * Itamar Turner-Trauring
20 * Lumir Balhar
21 * Markus Wageringel
22 * Matthias Bussonnier
23 * Matthieu Ancellin
24 * Quentin Peter
25 * Theo Ouzhinski
26
27 Issues closed in 7.13
28 ---------------------
7 29
8 30 GitHub stats for 2020/02/01 - 2020/02/28 (tag: 7.12.0)
9 31
@@ -27,6 +49,7 b' The following 12 authors contributed 108 commits.'
27 49 * Nathan Goldbaum
28 50 * Terry Davis
29 51
52
30 53 Issues closed in 7.12
31 54 ---------------------
32 55
General Comments 0
You need to be logged in to leave comments. Login now