Skip to content

Commit

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

dist/jupyter_server-1.7.0a2-py3-none-any.whl: 837d89b2672f0dc99f97e4045fafb7aff642ced0fb575c90b72a9d5e03e0a085

dist/jupyter_server-1.7.0a2.tar.gz: 96aa93695888ff3e5b5c7c39ddd38c57924a36a9e7f4ab34f8428abd4d703650
  • Loading branch information
github-actions[bot] committed May 6, 2021
1 parent c6d2c9a commit a9409ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from jupyter_packaging import get_version_info

# Version string must appear intact for tbump versioning
__version__ = '1.8.0.dev0'
__version__ = '1.7.0a2'
version_info = get_version_info(__version__)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ignore = ["tbump.toml", ".*", "*.yml", "package-lock.json", "bootstrap*"]
norecursedirs = "examples/*"

[tool.tbump.version]
current = "1.8.0.dev0"
current = "1.7.0a2"
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 a9409ea

Please sign in to comment.