Skip to content

Commit 1ef3a02

Browse files
Publish 1.10.1
SHA256 hashes: jupyter_server-1.10.1-py3-none-any.whl: b3eef770ffa34595ed26a6e4460866eaf0f4ff710eccc7648f701bb8c1d0443c jupyter_server-1.10.1.tar.gz: fe6b589bd8d8fe08f608e90ce7da1e6bbfd020d99897453b45149a7853e9188f
1 parent 5630284 commit 1ef3a02

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.10.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
@@ -15,7 +15,7 @@ testpaths = [
1515
]
1616

1717
[tool.tbump.version]
18-
current = "1.11.0.dev0"
18+
current = "1.10.1"
1919
regex = '''
2020
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2121
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)