Skip to content

Commit 42c27d9

Browse files
Publish 1.9.0
SHA256 hashes: dist/jupyter_server-1.9.0-py3-none-any.whl: 1a6bfcf4cd58a84dfe9d3060a76bf98428c08b8a177202fc0cadcec5f7d74090 dist/jupyter_server-1.9.0.tar.gz: 7d19006380f6217458a9db309b54e3dab87ced6c06329c61823907bef2a6f51b
1 parent 18156d5 commit 42c27d9

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.9.0.dev0'
8+
__version__ = '1.9.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
@@ -13,7 +13,7 @@ ignore = ["tbump.toml", ".*", "*.yml", "package-lock.json", "bootstrap*"]
1313
norecursedirs = "examples/*"
1414

1515
[tool.tbump.version]
16-
current = "1.9.0.dev0"
16+
current = "1.9.0"
1717
regex = '''
1818
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
1919
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)