@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
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
+
7
33
## 1.6.4
8
34
9
35
([ 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.
18
44
19
45
[ @afshin ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aafshin+updated%3A2021-04-21..2021-04-21&type=Issues )
20
46
21
- <!-- <END NEW CHANGELOG ENTRY> -->
22
-
23
47
## 1.6.3
24
48
25
49
([ 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.
35
59
36
60
[ @kevin-bates ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Akevin-bates+updated%3A2021-04-16..2021-04-21&type=Issues )
37
61
38
-
39
62
## 1.6.2
40
63
41
64
### Enhancements made
0 commit comments