Skip to content

Commit af1342d

Browse files
committed
Bump to 2.15.0.dev0
1 parent e7e5269 commit af1342d

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
@@ -7,7 +7,7 @@
77
from typing import List
88

99
# Version string must appear intact for automatic versioning
10-
__version__ = "2.14.0"
10+
__version__ = "2.15.0.dev0"
1111

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

0 commit comments

Comments
 (0)