Skip to content

Commit

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

jupyter_releaser-0.22.5-py3-none-any.whl: 164280109a41f6bebcf3c664c9225dfbb1577244b1c81e721003bb3118d670b6

jupyter_releaser-0.22.5.tar.gz: 798b20b1bfc84687f421a2e756135caf72721db5c29b0f04b202efbaefc2e274
  • Loading branch information
github-actions[bot] committed Jul 11, 2022
1 parent 467deba commit 4be4ce5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Project Jupyter"

# The full version, including alpha/beta/rc tags.
release = "0.22.3"
release = "0.22.5"
# The short X.Y version.
version = ".".join(release.split(".")[:2])

Expand Down
2 changes: 1 addition & 1 deletion jupyter_releaser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
__version__ = "0.22.3"
__version__ = "0.22.5"
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 = "jupyter_releaser"
version = "0.22.3"
version = "0.22.5"
description = "Jupyter Releaser for Python and/or npm packages."
license = {file = "LICENSE"}
authors = [{name = "Jupyter Development Team", email = "[email protected]"}]
Expand Down Expand Up @@ -58,7 +58,7 @@ test = [
jupyter-releaser = "jupyter_releaser.cli:main"

[tool.tbump.version]
current = "0.22.3"
current = "0.22.5"
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 4be4ce5

Please sign in to comment.