Skip to content

Commit 414f434

Browse files
Publish 0.17.0
SHA256 hashes: jupyter_releaser-0.17.0-py3-none-any.whl: 8de3c9740c7f0a2d2ed8efcf48a1463613e143b232c538904e5bf51ac68c833e jupyter_releaser-0.17.0.tar.gz: d3d93b9d888b75c909ad6807131a8db1415a2de8206be86a3aad145913aaa64f
1 parent 7842b79 commit 414f434

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.16.0"
26+
release = "0.17.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.16.0"
3+
__version__ = "0.17.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.16.0"
9+
current = "0.17.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)