Skip to content

Commit 7b47298

Browse files
Publish 0.20.0
SHA256 hashes: jupyter_releaser-0.20.0-py3-none-any.whl: 7f5925716bae2ba1f1f7b05b882628b7bfc2844f6251fbc6fbebcc2897a86d40 jupyter_releaser-0.20.0.tar.gz: 15d95d594bd1fdeabb4200fe8942c5b16dfc3e1c3bbef472cbfea7413bbcb85b
1 parent 8a2de46 commit 7b47298

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.19.0"
26+
release = "0.20.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.19.0"
3+
__version__ = "0.20.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
ignore = ["tbump.toml", ".*", "codecov.yml"]
77

88
[tool.tbump.version]
9-
current = "0.19.0"
9+
current = "0.20.0"
1010
regex = '''
1111
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
1212
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)