Skip to content

Commit fe41702

Browse files
Publish 1.12.0
SHA256 hashes: jupyter_server-1.12.0-py3-none-any.whl: b1f4a11a5a68f8aa4748e172e7b7789fa870f98b9b11f95f7530ea9ef581626c jupyter_server-1.12.0.tar.gz: 0d8ab06f34e1cad224373e3b127e07d9cbb48babd66286136fbd075ce509b6ff
1 parent 0039a84 commit fe41702

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.12.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.12.0.dev0"
21+
current = "1.12.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)