Skip to content

Commit f3e72d6

Browse files
Publish 0.22.4
SHA256 hashes: jupyter_releaser-0.22.4-py3-none-any.whl: 27ceabfa9905f16eb761c4c044c8bb117b41279d0c1b7a44ddb0ff2e8ab4828e jupyter_releaser-0.22.4.tar.gz: 437bb17b0e9132119fc1961e8bd01f241d02522e6d7717398d593ba6169b3edd
1 parent afaff3b commit f3e72d6

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.23.0.dev0"
26+
release = "0.22.4"
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.23.0.dev0"
3+
__version__ = "0.22.4"

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.23.0.dev0"
7+
version = "0.22.4"
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.23.0.dev0"
61+
current = "0.22.4"
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)