From e51643cbbe5aa184db037249a514671ef4916e28 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 17:09:41 +0000 Subject: [PATCH] Publish 0.22.3 SHA256 hashes: jupyter_releaser-0.22.3-py3-none-any.whl: 20a6c20cf42a9a7a7e27c438a992c994481fc5a0c5d4f6fecb2fa77db08fee57 jupyter_releaser-0.22.3.tar.gz: 44447fc4f5b537872169f6caf064f9780c1e5be0945a9de003ba10876f263262 --- 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 693a523a..edc82061 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.2" +release = "0.22.3" # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/jupyter_releaser/__init__.py b/jupyter_releaser/__init__.py index d75b24b6..5fcbb029 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.2" +__version__ = "0.22.3" diff --git a/pyproject.toml b/pyproject.toml index f973d8d4..da8af6ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jupyter_releaser" -version = "0.22.2" +version = "0.22.3" 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.2" +current = "0.22.3" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?