Skip to content

Commit 8dc1a6a

Browse files
committed
Bump to 2.5.0
1 parent 68ba9ec commit 8dc1a6a

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
@@ -1,3 +1,3 @@
11
from jupyter_packaging import get_version_info
2-
__version__ = '2.4.0'
2+
__version__ = '2.5.0'
33
version_info = get_version_info(__version__)

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.4.0"
10+
current = "2.5.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)