Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e508b6e

Browse files
committed
update v7 stats
1 parent ac70fcd commit e508b6e

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

docs/source/whatsnew/github-stats-7.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Issues closed in the 7.x development cycle
22
==========================================
33

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+
419
Issues closed in 7.10
520
---------------------
621

tools/release_helper.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ then
6767
git log --format="%aN <%aE>" $PREV_RELEASE... | sort -u -f
6868

6969
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
7172
read
7273

7374
echo $BLUE"generating stats"$NOR

0 commit comments

Comments
 (0)