Skip to content

Commit 8989616

Browse files
Publish 1.10.2
SHA256 hashes: jupyter_server-1.10.2-py3-none-any.whl: 491c920013144a2d6f5286ab4038df6a081b32352c9c8b928ec8af17eb2a5e10 jupyter_server-1.10.2.tar.gz: d3a3b68ebc6d7bfee1097f1712cf7709ee39c92379da2cc08724515bb85e72bf
1 parent 26d01b7 commit 8989616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_server/_version.py

+1-1
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.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

+1-1
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.2"
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)