Skip to content

Commit

Permalink
Publish 2.14.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlab_server-2.14.0-py3-none-any.whl: ea72e8cf36824a99af08c93202aa2d4d0deb069445335e190586d1dc7c9a4b6c

jupyterlab_server-2.14.0.tar.gz: b04eaf68fe1ef96f70dd38b256417abe0b6ba1a07dd8ca0c97da5b0ebade57ec
  • Loading branch information
github-actions[bot] committed May 18, 2022
1 parent c7d3bc0 commit f0f0c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jupyterlab_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
import re

__version__ = "2.13.0"
__version__ = "2.14.0"

# Build up version_info tuple for backwards compatibility
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "jupyterlab_server"
version = "2.13.0"
version = "2.14.0"
license = { file = "LICENSE" }
description = "A set of server components for JupyterLab and JupyterLab like applications."
keywords = ["jupyter", "jupyterlab"]
Expand Down Expand Up @@ -70,7 +70,7 @@ test = [
skip = ["check-links"]

[tool.tbump.version]
current = "2.13.0"
current = "2.14.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 f0f0c5c

Please sign in to comment.