Skip to content

Commit 5dffc9a

Browse files
committed
Bump version: 0.30.1 → 0.30.2
1 parent 1cfa23b commit 5dffc9a

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
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.1
2+
current_version = 0.30.2
33
commit = True
44
tag = True
55

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ History
44

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

913
0.30.1 (2023-08-24)
1014
-------------------

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# the built documents.
6060
#
6161
# The short X.Y version.
62-
version = "0.30.1"
62+
version = "0.30.2"
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.1"
7+
version = "0.30.2"
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.1"
9+
__version__ = "0.30.2"
1010

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

0 commit comments

Comments
 (0)