Skip to content

Commit

Permalink
Bump version: 0.30.1 → 0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Sep 6, 2023
1 parent 1cfa23b commit 5dffc9a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.30.1
current_version = 0.30.2
commit = True
tag = True

Expand Down
4 changes: 4 additions & 0 deletions HISTORY.rst
Expand Up @@ -4,7 +4,11 @@ History

Unreleased
----------

0.30.2 (2023-09-06)
-------------------
* Add the slurm "prefer" field to ``slurm.models.JobProperties``. (`#244 <https://github.com/DiamondLightSource/python-zocalo/pull/244>`_)
* Switch zocalo to pyproject.toml, and update CI. (`#243 <https://github.com/DiamondLightSource/python-zocalo/pull/243>`_)

0.30.1 (2023-08-24)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -59,7 +59,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.30.1"
version = "0.30.2"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "zocalo"
version = "0.30.1"
version = "0.30.2"
description = "Infrastructure components for automated data processing at Diamond Light Source"
readme = "README.rst"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/zocalo/__init__.py
Expand Up @@ -6,7 +6,7 @@

__author__ = "Diamond Light Source - Data Analysis Group"
__email__ = "dataanalysis@diamond.ac.uk"
__version__ = "0.30.1"
__version__ = "0.30.2"

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

Expand Down

0 comments on commit 5dffc9a

Please sign in to comment.