Skip to content

Commit 4be4ce5

Browse files
Publish 0.22.5
SHA256 hashes: jupyter_releaser-0.22.5-py3-none-any.whl: 164280109a41f6bebcf3c664c9225dfbb1577244b1c81e721003bb3118d670b6 jupyter_releaser-0.22.5.tar.gz: 798b20b1bfc84687f421a2e756135caf72721db5c29b0f04b202efbaefc2e274
1 parent 467deba commit 4be4ce5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Project Jupyter"
2424

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

jupyter_releaser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
3-
__version__ = "0.22.3"
3+
__version__ = "0.22.5"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter_releaser"
7-
version = "0.22.3"
7+
version = "0.22.5"
88
description = "Jupyter Releaser for Python and/or npm packages."
99
license = {file = "LICENSE"}
1010
authors = [{name = "Jupyter Development Team", email = "[email protected]"}]
@@ -58,7 +58,7 @@ test = [
5858
jupyter-releaser = "jupyter_releaser.cli:main"
5959

6060
[tool.tbump.version]
61-
current = "0.22.3"
61+
current = "0.22.5"
6262
regex = '''
6363
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6464
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)