Skip to content

Commit

Permalink
Bump to 1.16.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 15, 2022
1 parent 427ce75 commit 2d01be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_server/_version.py
Expand Up @@ -2,5 +2,5 @@
store the current version info of the server.
"""
version_info = (1, 15, 4, "", "")
version_info = (1, 16, 0, ".dev", "0")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -21,7 +21,7 @@ timeout = 300
skip = ["check-links"]

[tool.tbump.version]
current = "1.15.4"
current = "1.16.0.dev0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit 2d01be6

Please sign in to comment.