Skip to content

Commit

Permalink
Publish 0.23.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_releaser-0.23.1-py3-none-any.whl: e6ba0a636f1965bb195add0a823d6573aeadc4082b6293d1d77fe39c1ba2bdda

jupyter_releaser-0.23.1.tar.gz: 745e1dc1c9774dc9a34dcc7d40a9c871e93fb3080173a3d2ac84161cfab9ce68
  • Loading branch information
github-actions[bot] committed Aug 10, 2022
1 parent ce55ac9 commit 55464cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -23,7 +23,7 @@
author = "Project Jupyter"

# The full version, including alpha/beta/rc tags.
release = "0.23.0"
release = "0.23.1"
# The short X.Y version.
version = ".".join(release.split(".")[:2])

Expand Down
2 changes: 1 addition & 1 deletion jupyter_releaser/__init__.py
@@ -1,3 +1,3 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
__version__ = "0.23.0"
__version__ = "0.23.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "jupyter_releaser"
version = "0.23.0"
version = "0.23.1"
description = "Jupyter Releaser for Python and/or npm packages."
license = {file = "LICENSE"}
authors = [{name = "Jupyter Development Team", email = "jupyter@googlegroups.com"}]
Expand Down Expand Up @@ -60,7 +60,7 @@ test = [
jupyter-releaser = "jupyter_releaser.cli:main"

[tool.tbump.version]
current = "0.23.0"
current = "0.23.1"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit 55464cf

Please sign in to comment.