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.25.4
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyterlab_server/compare/v2.25.3...15e796699f04e06db9ed23a689d454feae36ffbd ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Use updated releaser workflows [ #442 ] ( https://github.com/jupyterlab/jupyterlab_server/pull/442 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+ - Use json5 typings [ #441 ] ( https://github.com/jupyterlab/jupyterlab_server/pull/441 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+ - Enforce pytest 7 [ #439 ] ( https://github.com/jupyterlab/jupyterlab_server/pull/439 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+ - Fix test util typings [ #437 ] ( https://github.com/jupyterlab/jupyterlab_server/pull/437 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
15
+
16
+ ### Contributors to this release
17
+
18
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyterlab_server/graphs/contributors?from=2024-02-14&to=2024-03-11&type=c ) )
19
+
20
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Ablink1073+updated%3A2024-02-14..2024-03-11&type=Issues )
21
+
22
+ <!-- <END NEW CHANGELOG ENTRY> -->
23
+
5
24
## 2.25.3
6
25
7
26
([ Full Changelog] ( https://github.com/jupyterlab/jupyterlab_server/compare/v2.25.2...f30fddb8f5d3acb688a3c8a75e92c386b75a18dd ) )
27
46
28
47
[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Ablink1073+updated%3A2023-11-18..2024-02-14&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Adependabot+updated%3A2023-11-18..2024-02-14&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Afcollonval+updated%3A2023-11-18..2024-02-14&type=Issues) | [@itsmevichu](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Aitsmevichu+updated%3A2023-11-18..2024-02-14&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3AJasonWeill+updated%3A2023-11-18..2024-02-14&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Apre-commit-ci+updated%3A2023-11-18..2024-02-14&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Awelcome+updated%3A2023-11-18..2024-02-14&type=Issues)
29
48
30
- <!-- <END NEW CHANGELOG ENTRY> -->
31
-
32
49
## 2.25.2
33
50
34
51
([ Full Changelog] ( https://github.com/jupyterlab/jupyterlab_server/compare/v2.25.1...20a463e065f7cb38ee607cce95c30b6915c80f1a ) )
Original file line number Diff line number Diff line change 7
7
"""
8
8
import re
9
9
10
- __version__ = "2.25.3 "
10
+ __version__ = "2.25.4 "
11
11
12
12
# Build up version_info tuple for backwards compatibility
13
13
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