From 4be4ce5fb0c8e4c21cc21163d7a939589286f15a Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 14:17:18 +0000 Subject: [PATCH] Publish 0.22.5 SHA256 hashes: jupyter_releaser-0.22.5-py3-none-any.whl: 164280109a41f6bebcf3c664c9225dfbb1577244b1c81e721003bb3118d670b6 jupyter_releaser-0.22.5.tar.gz: 798b20b1bfc84687f421a2e756135caf72721db5c29b0f04b202efbaefc2e274 --- docs/source/conf.py | 2 +- jupyter_releaser/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index edc82061..6fe40a1d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Project Jupyter" # The full version, including alpha/beta/rc tags. -release = "0.22.3" +release = "0.22.5" # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/jupyter_releaser/__init__.py b/jupyter_releaser/__init__.py index 5fcbb029..0124a9f6 100644 --- a/jupyter_releaser/__init__.py +++ b/jupyter_releaser/__init__.py @@ -1,3 +1,3 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -__version__ = "0.22.3" +__version__ = "0.22.5" diff --git a/pyproject.toml b/pyproject.toml index da8af6ff..9418e73e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jupyter_releaser" -version = "0.22.3" +version = "0.22.5" description = "Jupyter Releaser for Python and/or npm packages." license = {file = "LICENSE"} authors = [{name = "Jupyter Development Team", email = "jupyter@googlegroups.com"}] @@ -58,7 +58,7 @@ test = [ jupyter-releaser = "jupyter_releaser.cli:main" [tool.tbump.version] -current = "0.22.3" +current = "0.22.5" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?