Skip to content

Commit

Permalink
Bump to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 26, 2021
1 parent 68ba9ec commit 8dc1a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyterlab_server/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from jupyter_packaging import get_version_info
__version__ = '2.4.0'
__version__ = '2.5.0'
version_info = get_version_info(__version__)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ignore = ["tbump.toml", ".*", "*.yml", "docs/source/api/app-config.rst", "docs/s
ignore-bad-ideas = ["jupyterlab_server/tests/translations/**/*.mo"]

[tool.tbump.version]
current = "2.4.0"
current = "2.5.0"
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 8dc1a6a

Please sign in to comment.