Skip to content

Commit

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

jupyterlab_server-2.11.1-py3-none-any.whl: c57db14519f9c4a8a1ab717a7d7d1e6dd2e29629a841bc5e5e893567658c277d

jupyterlab_server-2.11.1.tar.gz: 47c285c455c5ab8306b116fd47ee03479cd88cb63d999fbe8824f813dfa8ade7
  • Loading branch information
github-actions[bot] committed Mar 16, 2022
1 parent 322e3c3 commit 2788986
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
Expand Up @@ -4,7 +4,7 @@
"""
import re

__version__ = '2.11.0'
__version__ = '2.11.1'

# Build up version_info tuple for backwards compatibility
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ignore = ["tbump.toml", ".*", "*.yml", "docs/source/api/app-config.rst", "docs/s
ignore-bad-ideas = ["tests/translations/**/*.mo"]

[tool.tbump.version]
current = "2.11.0"
current = "2.11.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 2788986

Please sign in to comment.