Skip to content

Commit

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

jupyterlab_server-2.15.1-py3-none-any.whl: 5e04008a98bfb510471b8b8a7059f7cdbb1797e1f255657f39ea3d838ba00bf6

jupyterlab_server-2.15.1.tar.gz: 305313970e131c590cf77bb6b8ca7e98591bc304111e8d103bc91d212e94796f
  • Loading branch information
github-actions[bot] committed Aug 23, 2022
1 parent cd0d7d1 commit c7d116b
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.15.0"
__version__ = "2.15.1"

# 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.15.0"
version = "2.15.1"
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.15.0"
current = "2.15.1"
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 c7d116b

Please sign in to comment.