Skip to content

Commit cca5a50

Browse files
committed
Publish 2.26.0
SHA256 hashes: jupyterlab_server-2.26.0-py3-none-any.whl: 54622cbd330526a385ee0c1fdccdff3a1e7219bf3e864a335284a1270a1973df jupyterlab_server-2.26.0.tar.gz: 9b3ba91cf2837f7f124fca36d63f3ca80ace2bed4898a63dd47e6598c1ab006f
1 parent 2cc9672 commit cca5a50

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 2.26.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyterlab_server/compare/v2.25.4...2cc9672e751943f5c51af9d4174f0b4d986e74a0))
8+
9+
### New features added
10+
11+
- For v2 extensions parse entrypoint data [#445](https://github.com/jupyterlab/jupyterlab_server/pull/445) ([@AshokChoudhary11](https://github.com/AshokChoudhary11))
12+
13+
### Bugs fixed
14+
15+
- Ignore pageconfig file if JSON is zero-length [#444](https://github.com/jupyterlab/jupyterlab_server/pull/444) ([@holzman](https://github.com/holzman))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab_server/graphs/contributors?from=2024-03-11&to=2024-04-08&type=c))
20+
21+
[@AshokChoudhary11](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3AAshokChoudhary11+updated%3A2024-03-11..2024-04-08&type=Issues) | [@holzman](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Aholzman+updated%3A2024-03-11..2024-04-08&type=Issues) | [@manics](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Amanics+updated%3A2024-03-11..2024-04-08&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Awelcome+updated%3A2024-03-11..2024-04-08&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 2.25.4
626

727
([Full Changelog](https://github.com/jupyterlab/jupyterlab_server/compare/v2.25.3...15e796699f04e06db9ed23a689d454feae36ffbd))
@@ -19,8 +39,6 @@
1939

2040
[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Ablink1073+updated%3A2024-02-14..2024-03-11&type=Issues)
2141

22-
<!-- <END NEW CHANGELOG ENTRY> -->
23-
2442
## 2.25.3
2543

2644
([Full Changelog](https://github.com/jupyterlab/jupyterlab_server/compare/v2.25.2...f30fddb8f5d3acb688a3c8a75e92c386b75a18dd))

jupyterlab_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88
import re
99

10-
__version__ = "2.25.4"
10+
__version__ = "2.26.0"
1111

1212
# Build up version_info tuple for backwards compatibility
1313
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"

0 commit comments

Comments
 (0)