Skip to content

Commit

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

jupyterlab_server-2.15.2-py3-none-any.whl: ec7cc9ddd16c407ba3ecd3579771fa7ae4c8f239ba401649f35e44ecbc3d41cc

jupyterlab_server-2.15.2.tar.gz: c0bcdd4606e640e6f16d236ceac55336dc8bf98cbbce067af27524ccc2fb2640
  • Loading branch information
github-actions[bot] committed Sep 26, 2022
1 parent 2db8517 commit ca2fc08
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.1"
__version__ = "2.15.2"

# 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.1"
version = "2.15.2"
license = { file = "LICENSE" }
description = "A set of server components for JupyterLab and JupyterLab like applications."
keywords = ["jupyter", "jupyterlab"]
Expand Down Expand Up @@ -71,7 +71,7 @@ test = [
skip = ["check-links"]

[tool.tbump.version]
current = "2.15.1"
current = "2.15.2"
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 ca2fc08

Please sign in to comment.