Skip to content

Commit

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

jupyterlab_server-2.16.0rc0-py3-none-any.whl: 09da97b3a24925e4ca5fd151ebd075d758932a72cd693435af6bb17e9a2e3554

jupyterlab_server-2.16.0rc0.tar.gz: 18ee24b3b00fda223c6a3f32cceba7beafc386bea7d98975f93177f8f5a01c11
  • Loading branch information
github-actions[bot] committed Sep 9, 2022
1 parent a753171 commit cf7a9c9
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.16.0rc0"

# 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.16.0rc0"
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.16.0rc0"
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 cf7a9c9

Please sign in to comment.