@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
44
55<!-- <START NEW CHANGELOG ENTRY> -->
66
7+ ## 1.7.0a0
8+
9+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v1.6.4...ad9ccb3da6183b7779676cf881242550671827c8 ) )
10+
11+ ### Maintenance and upkeep improvements
12+
13+ - Prep for Release Helper Usage [ #494 ] ( https://github.com/jupyter-server/jupyter_server/pull/494 ) ([ @jtpio ] ( https://github.com/jtpio ) )
14+ - Typo in shutdown with answer_yes [ #491 ] ( https://github.com/jupyter-server/jupyter_server/pull/491 ) ([ @kiendang ] ( https://github.com/kiendang ) )
15+ - Remove some of ipython_genutils no-op. [ #440 ] ( https://github.com/jupyter-server/jupyter_server/pull/440 ) ([ @Carreau ] ( https://github.com/Carreau ) )
16+
17+ ### Documentation improvements
18+
19+ - DOC: Autoreformat docstrings. [ #493 ] ( https://github.com/jupyter-server/jupyter_server/pull/493 ) ([ @Carreau ] ( https://github.com/Carreau ) )
20+
21+ ### Other merged PRs
22+
23+ - Add Appropriate Token Permission for CodeQL Workflow [ #489 ] ( https://github.com/jupyter-server/jupyter_server/pull/489 ) ([ @afshin ] ( https://github.com/afshin ) )
24+
25+ ### Contributors to this release
26+
27+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2021-04-21&to=2021-04-30&type=c ) )
28+
29+ [ @afshin ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aafshin+updated%3A2021-04-21..2021-04-30&type=Issues ) | [ @Carreau ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3ACarreau+updated%3A2021-04-21..2021-04-30&type=Issues ) | [ @codecov-commenter ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Acodecov-commenter+updated%3A2021-04-21..2021-04-30&type=Issues ) | [ @jtpio ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ajtpio+updated%3A2021-04-21..2021-04-30&type=Issues ) | [ @kiendang ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Akiendang+updated%3A2021-04-21..2021-04-30&type=Issues )
30+
31+ <!-- <END NEW CHANGELOG ENTRY> -->
32+
733## 1.6.4
834
935([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v1.6.3...68a64ea13be5d0d86460f04e0c47eb0b6662a0af ) )
@@ -18,8 +44,6 @@ All notable changes to this project will be documented in this file.
1844
1945[ @afshin ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aafshin+updated%3A2021-04-21..2021-04-21&type=Issues )
2046
21- <!-- <END NEW CHANGELOG ENTRY> -->
22-
2347## 1.6.3
2448
2549([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v1.6.2...aa2636795ae1d87e3055febb3931f891dd6b4451 ) )
@@ -35,7 +59,6 @@ All notable changes to this project will be documented in this file.
3559
3660[ @kevin-bates ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Akevin-bates+updated%3A2021-04-16..2021-04-21&type=Issues )
3761
38-
3962## 1.6.2
4063
4164### Enhancements made
0 commit comments