Show More
@@ -1,6 +1,27 b'' | |||
|
1 | 1 | Issues closed in the 7.x development cycle |
|
2 | 2 | ========================================== |
|
3 | 3 | |
|
4 | Issues closed in 7.7 | |
|
5 | -------------------- | |
|
6 | ||
|
7 | GitHub stats for 2019/07/03 - 2019/07/26 (tag: 7.6.1) | |
|
8 | ||
|
9 | These lists are automatically generated, and may be incomplete or contain duplicates. | |
|
10 | ||
|
11 | We closed 5 issues and merged 9 pull requests. | |
|
12 | The full list can be seen `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A7.7>`__ | |
|
13 | ||
|
14 | The following 8 authors contributed 26 commits. | |
|
15 | ||
|
16 | * Brandon T. Willard | |
|
17 | * juanis2112 | |
|
18 | * lllf | |
|
19 | * Matthias Bussonnier | |
|
20 | * Min ho Kim | |
|
21 | * Oriol (Prodesk) | |
|
22 | * Po-Chuan Hsieh | |
|
23 | * techassetskris | |
|
24 | ||
|
4 | 25 | Issues closed in 7.6 |
|
5 | 26 | -------------------- |
|
6 | 27 |
@@ -1,6 +1,13 b'' | |||
|
1 | 1 | # Simple tool to help for release |
|
2 | 2 | # when releasing with bash, simplei source it to get asked questions. |
|
3 | 3 | |
|
4 | # misc check before starting | |
|
5 | ||
|
6 | python -c 'import keyring' | |
|
7 | python -c 'import twine' | |
|
8 | python -c 'import sphinx' | |
|
9 | python -c 'import sphinx_rtd_theme' | |
|
10 | ||
|
4 | 11 | echo -n 'PREV_RELEASE (X.y.z):' |
|
5 | 12 | read PREV_RELEASE |
|
6 | 13 | echo -n 'MILESTONE (X.y):' |
@@ -40,8 +47,7 b' read' | |||
|
40 | 47 | echo "Cleaning repository" |
|
41 | 48 | git clean -xfdi |
|
42 | 49 | |
|
43 | echo "please update version number in ${RED}IPython/core/release.py${NOR} , Do not commit | |
|
44 | yet – we'll do it later." | |
|
50 | echo "please update version number in ${RED}IPython/core/release.py${NOR} , Do not commit yet – we'll do it later." | |
|
45 | 51 | |
|
46 | 52 | echo "Press enter to continue" |
|
47 | 53 | read |
General Comments 0
You need to be logged in to leave comments.
Login now