Skip to content

Commit 218dbb2

Browse files
Publish 1.11.1
SHA256 hashes: jupyter_server-1.11.1-py3-none-any.whl: 618aba127b1ff35f50e274b6055dfeff006a6008e94d4e9511c251a2d99131e5 jupyter_server-1.11.1.tar.gz: ab7ab1cc38512f15026cbcbb96300fb46ec8b24aa162263d9edd00e0a749b1e8
1 parent 8da8f51 commit 218dbb2

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"
8+
__version__ = "1.11.1"
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"
21+
current = "1.11.1"
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)