Skip to content

Commit 67cdb6b

Browse files
Publish 1.11.0
SHA256 hashes: jupyter_server-1.11.0-py3-none-any.whl: 827c134da7a9e09136c2dc2fd16743350970105247f085abfc6ce0432d0c979e jupyter_server-1.11.0.tar.gz: 8ab4f484a4a2698f757cff0769d27b5d991e0232a666d54f4d6ada4e6a61330b
1 parent 289ce54 commit 67cdb6b

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.11.0.dev0"
8+
__version__ = "1.11.0"
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.11.0.dev0"
21+
current = "1.11.0"
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)