##// END OF EJS Templates
update v7 stats
Matthias Bussonnier -
Show More
@@ -1,6 +1,21 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.10.1
5 -----------------------
6
7 GitHub stats for 2019/11/27 - 2019/12/01 (tag: 7.10.0)
8
9 These lists are automatically generated, and may be incomplete or contain duplicates.
10
11 We closed 5 issues and merged 7 pull requests.
12 The full list can be seen `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A7.10.1>`__
13
14 The following 2 authors contributed 14 commits.
15
16 * Jonathan Slenders
17 * Matthias Bussonnier
18
4 Issues closed in 7.10
19 Issues closed in 7.10
5 ---------------------
20 ---------------------
6
21
@@ -67,7 +67,8 b' then'
67 git log --format="%aN <%aE>" $PREV_RELEASE... | sort -u -f
67 git log --format="%aN <%aE>" $PREV_RELEASE... | sort -u -f
68
68
69 echo
69 echo
70 echo $BLUE"If you see any duplicates cancel (Ctrl-C), then edit .mailmap.\n"$GREEN"Press enter to continue:"$NOR
70 echo $BLUE"If you see any duplicates cancel (Ctrl-C), then edit .mailmap."
71 echo $GREEN"Press enter to continue:"$NOR
71 read
72 read
72
73
73 echo $BLUE"generating stats"$NOR
74 echo $BLUE"generating stats"$NOR
General Comments 0
You need to be logged in to leave comments. Login now