Skip to content

Commit f41eb75

Browse files
Publish 1.11.2
SHA256 hashes: jupyter_server-1.11.2-py3-none-any.whl: eb247b555f5bdfb4a219d78e86bc8769456a1a712d8e30a4dbe06e3fe7e8a278 jupyter_server-1.11.2.tar.gz: c1f32e0c1807ab2de37bf70af97a36b4436db0bc8af3124632b1f4441038bf95
1 parent 1139804 commit f41eb75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_server/_version.py

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

77
# Version string must appear intact for tbump versioning
8-
__version__ = "1.12.0.dev0"
8+
__version__ = "1.11.2"
99

1010
# Build up version_info tuple for backwards compatibility
1111
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
@@ -18,7 +18,7 @@ testpaths = [
1818
skip = ["check-links"]
1919

2020
[tool.tbump.version]
21-
current = "1.12.0.dev0"
21+
current = "1.11.2"
2222
regex = '''
2323
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2424
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)