Skip to content

Commit 8ae5c1c

Browse files
Publish 0.23.3
SHA256 hashes: jupyter_releaser-0.23.3-py3-none-any.whl: 31569585601f4579c1cdcdb344ae3cee665ea7de6ce30dd0777ef9c0468aa2e8 jupyter_releaser-0.23.3.tar.gz: 243cf45dd754f16755ea147c2fccb82b2772d2c21dc1fd5056951ade93a95b76
1 parent 2944487 commit 8ae5c1c

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

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

6262
[tool.tbump.version]
63-
current = "0.23.2"
63+
current = "0.23.3"
6464
regex = '''
6565
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6666
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)