Skip to content

Commit 5a8a47f

Browse files
committed
Publish 2.7.2
SHA256 hashes: jupyter_server-2.7.2-py3-none-any.whl: 98a375347b580e837e7016007c24680a4261ed8ad7cd35196ac087d229f48e5a jupyter_server-2.7.2.tar.gz: d64fb4e593907290e5df916e3c9399c15ab2cd7bdb71cbcd1d36452dbfb30523
1 parent 2903625 commit 5a8a47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import List
77

88
# Version string must appear intact for automatic versioning
9-
__version__ = "2.8.0.dev0"
9+
__version__ = "2.7.2"
1010

1111
# Build up version_info tuple for backwards compatibility
1212
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"

0 commit comments

Comments
 (0)