Skip to content

Commit 6edb35d

Browse files
Publish 0.22.0
SHA256 hashes: jupyter_releaser-0.22.0-py3-none-any.whl: aa558a59b35a159ac2083a526e3513ef1380f7367c8e2f36deb6b09f226121b5 jupyter_releaser-0.22.0.tar.gz: ae972c1a6246690d699ae0acbfda84df8afc181b574b825e5f08c50cfebfd07d
1 parent d2fff7f commit 6edb35d

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.21.0"
26+
release = "0.22.0"
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.21.0"
3+
__version__ = "0.22.0"

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.21.0"
7+
version = "0.22.0"
88
description = "Jupyter Releaser for Python and/or npm packages."
99
license = {file = "LICENSE"}
1010
authors = [{name = "Jupyter Development Team", email = "[email protected]"}]
@@ -57,7 +57,7 @@ test = [
5757
jupyter-releaser = "jupyter_releaser.cli:main"
5858

5959
[tool.tbump.version]
60-
current = "0.21.0"
60+
current = "0.22.0"
6161
regex = '''
6262
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6363
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)