Skip to content

Commit 6ecc630

Browse files
Publish 2.6.0
SHA256 hashes: dist/jupyterlab_server-2.6.0-py3-none-any.whl: 10ca364e764a6ca1e387530dfe5a09dc8fd563f1739b2b7b5a49e8cf5c4140ee dist/jupyterlab_server-2.6.0.tar.gz: f300adf6bb0a952bebe9c807a3b2a345d62da39b476b4f69ea0dc6b5f3f6b97d
1 parent 4e61bae commit 6ecc630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyterlab_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
import re
66

7-
__version__ = '2.6.0.dev0'
7+
__version__ = '2.6.0'
88

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ignore = ["tbump.toml", ".*", "*.yml", "docs/source/api/app-config.rst", "docs/s
77
ignore-bad-ideas = ["jupyterlab_server/tests/translations/**/*.mo"]
88

99
[tool.tbump.version]
10-
current = "2.6.0.dev0"
10+
current = "2.6.0"
1111
regex = '''
1212
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
1313
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)