From 1985eede5af57e4d41c6beb6e32c33f31ec214c2 Mon Sep 17 00:00:00 2001 From: Irakli Sikharulidze Date: Fri, 5 Apr 2024 12:54:56 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.30.2=20=E2=86=92=200.32.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- HISTORY.rst | 6 +++++- docs/conf.py | 4 ++-- pyproject.toml | 2 +- src/zocalo/__init__.py | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9dbf2dd..6165a95 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.30.2 +current_version = 0.32.0 commit = True tag = True diff --git a/HISTORY.rst b/HISTORY.rst index 3459dbd..c8f0785 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,11 @@ History Unreleased ---------- -* ``zocalo.configure_rabbitmq``: Show explicit error when VHost not created. + +0.32.0 (2024-04-05) +------------------- +* Upgrade to Slurm REST API v0.0.40. (`#248 `_) +* ``zocalo.configure_rabbitmq``: Show explicit error when VHost not created. (`#241 `_). 0.30.2 (2023-09-06) ------------------- diff --git a/docs/conf.py b/docs/conf.py index f192de9..ea8bc54 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ # General information about the project. project = "Zocalo" -copyright = "2020, Diamond Light Source" +copyright = "2024, Diamond Light Source" author = "Scientific Software" # The version info for the project you're documenting, acts as replacement @@ -59,7 +59,7 @@ # the built documents. # # The short X.Y version. -version = "0.30.2" +version = "0.32.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 1378c5f..8437f0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "zocalo" -version = "0.30.2" +version = "0.32.0" description = "Infrastructure components for automated data processing at Diamond Light Source" readme = "README.rst" requires-python = ">=3.8" diff --git a/src/zocalo/__init__.py b/src/zocalo/__init__.py index 07b1506..f5885e2 100644 --- a/src/zocalo/__init__.py +++ b/src/zocalo/__init__.py @@ -6,7 +6,7 @@ __author__ = "Diamond Light Source - Data Analysis Group" __email__ = "dataanalysis@diamond.ac.uk" -__version__ = "0.30.2" +__version__ = "0.32.0" logging.getLogger("zocalo").addHandler(logging.NullHandler())