File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 2.16.3
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyterlab_server/compare/v2.16.2...cdc81451c3f187e8183f2e5b67be2e648501f979 ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Fix handling of jupyter core warning [ #335 ] ( https://github.com/jupyterlab/jupyterlab_server/pull/335 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+ - Increase coverage [ #334 ] ( https://github.com/jupyterlab/jupyterlab_server/pull/334 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+ - Fix license header CI job [ #333 ] ( https://github.com/jupyterlab/jupyterlab_server/pull/333 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
14
+ - Bump tj-actions/changed-files from 33 to 34 [ #331 ] ( https://github.com/jupyterlab/jupyterlab_server/pull/331 ) ([ @dependabot ] ( https://github.com/dependabot ) )
15
+
16
+ ### Contributors to this release
17
+
18
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyterlab_server/graphs/contributors?from=2022-10-31&to=2022-11-11&type=c ) )
19
+
20
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Ablink1073+updated%3A2022-10-31..2022-11-11&type=Issues ) | [ @codecov-commenter ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Acodecov-commenter+updated%3A2022-10-31..2022-11-11&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Adependabot+updated%3A2022-10-31..2022-11-11&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Afcollonval+updated%3A2022-10-31..2022-11-11&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Apre-commit-ci+updated%3A2022-10-31..2022-11-11&type=Issues )
21
+
22
+ <!-- <END NEW CHANGELOG ENTRY> -->
23
+
5
24
## 2.16.2
6
25
7
26
([ Full Changelog] ( https://github.com/jupyterlab/jupyterlab_server/compare/v2.16.1...dbf016fb5e312b3c03e8438a80d6df4f40de48e3 ) )
20
39
21
40
[ @codecov-commenter ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Acodecov-commenter+updated%3A2022-10-19..2022-10-31&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Adependabot+updated%3A2022-10-19..2022-10-31&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Afcollonval+updated%3A2022-10-19..2022-10-31&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Apre-commit-ci+updated%3A2022-10-19..2022-10-31&type=Issues )
22
41
23
- <!-- <END NEW CHANGELOG ENTRY> -->
24
-
25
42
## 2.16.1
26
43
27
44
([ Full Changelog] ( https://github.com/jupyterlab/jupyterlab_server/compare/v2.16.0...11e0bb82dbaeb0cb45d16e18d80220003a15d459 ) )
Original file line number Diff line number Diff line change 4
4
"""
5
5
import re
6
6
7
- __version__ = "2.16.2 "
7
+ __version__ = "2.16.3 "
8
8
9
9
# Build up version_info tuple for backwards compatibility
10
10
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments