Skip to content

Commit 02418b2

Browse files
Publish 0.21.0
SHA256 hashes: jupyter_releaser-0.21.0-py3-none-any.whl: f0167db9aa3fa838145ec9bfd5f67d892e2573c80e8928103667d716d0bc591a jupyter_releaser-0.21.0.tar.gz: df5a1a6743f45ce1e2c079ffb3e74bfa3e8ff67896eced9726abfe060d737e77
1 parent ff5bf44 commit 02418b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.20.0"
26+
release = "0.21.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.20.0"
3+
__version__ = "0.21.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test = [
5757
jupyter-releaser = "jupyter_releaser.cli:main"
5858

5959
[tool.tbump.version]
60-
current = "0.20.0"
60+
current = "0.21.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)