Skip to content

Commit

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

jupyterlab_server-2.10.3-py3-none-any.whl: 62f3c598f1d48dfb9b27729ed17772e38115cbe61e7d60fe68a853791bdf1038

jupyterlab_server-2.10.3.tar.gz: 3fb84a5813d6d836ceda773fb2d4e9ef3c7944dbc1b45a8d59d98641a80de80a
  • Loading branch information
github-actions[bot] committed Jan 7, 2022
1 parent 93c60b4 commit dac0a55
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.10.2'
__version__ = '2.10.3'

# 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 = ["jupyterlab_server/tests/translations/**/*.mo"]

[tool.tbump.version]
current = "2.10.2"
current = "2.10.3"
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 dac0a55

Please sign in to comment.