Skip to content

Commit

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

jupyterlab_server-2.6.2-py3-none-any.whl: ab568da1dcef2ffdfc9161128dc00b931aae94d6a94978b16f55330dcd1cb043

jupyterlab_server-2.6.2.tar.gz: 6dc6e7d26600d110b862acbfaa4d1a2c5e86781008d139213896d96178c3accd
  • Loading branch information
github-actions[bot] committed Aug 3, 2021
1 parent fd8a680 commit a67e80c
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.6.1'
__version__ = '2.6.2'

# 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 @@ -7,7 +7,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.6.1"
current = "2.6.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 a67e80c

Please sign in to comment.