Skip to content

Commit c63487c

Browse files
authored
Bump version: 0.30.2 → 0.32.0 (#249)
1 parent 00161a6 commit c63487c

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.30.2
2+
current_version = 0.32.0
33
commit = True
44
tag = True
55

HISTORY.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ History
44

55
Unreleased
66
----------
7-
* ``zocalo.configure_rabbitmq``: Show explicit error when VHost not created.
7+
8+
0.32.0 (2024-04-05)
9+
-------------------
10+
* Upgrade to Slurm REST API v0.0.40. (`#248 <https://github.com/DiamondLightSource/python-zocalo/pull/248>`_)
11+
* ``zocalo.configure_rabbitmq``: Show explicit error when VHost not created. (`#241 <https://github.com/DiamondLightSource/python-zocalo/pull/241>`_).
812

913
0.30.2 (2023-09-06)
1014
-------------------

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151

5252
# General information about the project.
5353
project = "Zocalo"
54-
copyright = "2020, Diamond Light Source"
54+
copyright = "2024, Diamond Light Source"
5555
author = "Scientific Software"
5656

5757
# The version info for the project you're documenting, acts as replacement
5858
# for |version| and |release|, also used in various other places throughout
5959
# the built documents.
6060
#
6161
# The short X.Y version.
62-
version = "0.30.2"
62+
version = "0.32.0"
6363
# The full version, including alpha/beta/rc tags.
6464
release = version
6565

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "zocalo"
7-
version = "0.30.2"
7+
version = "0.32.0"
88
description = "Infrastructure components for automated data processing at Diamond Light Source"
99
readme = "README.rst"
1010
requires-python = ">=3.8"

src/zocalo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__author__ = "Diamond Light Source - Data Analysis Group"
88
__email__ = "[email protected]"
9-
__version__ = "0.30.2"
9+
__version__ = "0.32.0"
1010

1111
logging.getLogger("zocalo").addHandler(logging.NullHandler())
1212

0 commit comments

Comments
 (0)