We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e5269 commit af1342dCopy full SHA for af1342d
jupyter_server/_version.py
@@ -7,7 +7,7 @@
7
from typing import List
8
9
# Version string must appear intact for automatic versioning
10
-__version__ = "2.14.0"
+__version__ = "2.15.0.dev0"
11
12
# Build up version_info tuple for backwards compatibility
13
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
0 commit comments