File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.30.2
2+ current_version = 0.32.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 44
55Unreleased
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
9130.30.2 (2023-09-06)
1014-------------------
Original file line number Diff line number Diff line change 5151
5252# General information about the project.
5353project = "Zocalo"
54- copyright = "2020 , Diamond Light Source"
54+ copyright = "2024 , Diamond Light Source"
5555author = "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.
6464release = version
6565
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " zocalo"
7- version = " 0.30.2 "
7+ version = " 0.32.0 "
88description = " Infrastructure components for automated data processing at Diamond Light Source"
99readme = " README.rst"
1010requires-python = " >=3.8"
Original file line number Diff line number Diff line change 66
77__author__ = "Diamond Light Source - Data Analysis Group"
889- __version__ = "0.30.2 "
9+ __version__ = "0.32.0 "
1010
1111logging .getLogger ("zocalo" ).addHandler (logging .NullHandler ())
1212
You can’t perform that action at this time.
0 commit comments