Skip to content

Commit eae679e

Browse files
Publish 2.8.0
SHA256 hashes: jupyterlab_server-2.8.0-py3-none-any.whl: 1f74b7798365495590545b05d9636b6beee00e46e93d78ceb0b02d2b7c0c264e jupyterlab_server-2.8.0.tar.gz: 2363438dd0879bee0f41632139df84822a55e3c8167b7cd3a11d0ae3509e3843
1 parent 9da238d commit eae679e

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.7.2'
7+
__version__ = '2.8.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
@@ -10,7 +10,7 @@ ignore = ["tbump.toml", ".*", "*.yml", "docs/source/api/app-config.rst", "docs/s
1010
ignore-bad-ideas = ["jupyterlab_server/tests/translations/**/*.mo"]
1111

1212
[tool.tbump.version]
13-
current = "2.7.2"
13+
current = "2.8.0"
1414
regex = '''
1515
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
1616
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)