Skip to content

Commit 9a303f5

Browse files
committed
Bump version: 1.2.0 → 1.3.0
1 parent 80b4e92 commit 9a303f5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
History
33
=======
44

5-
Unreleased
6-
----------
5+
1.3.0 (2025-07-04)
6+
------------------
77
- Minimum supported python is now 3.11.
88
- Switch python packaging backend back to setuptools. (`#263 <https://github.com/DiamondLightSource/python-zocalo/pull/263>`_)
99
- ``zocalo.dlq_purge``: Show which queues DLQ messages came from, and accept queue names with prefix. (`#264 <https://github.com/DiamondLightSource/python-zocalo/pull/264>`_)

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 = "1.2.0"
62+
version = "1.3.0"
6363
# The full version, including alpha/beta/rc tags.
6464
release = version
6565

pyproject.toml

Lines changed: 2 additions & 2 deletions
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 = "1.2.0"
7+
version = "1.3.0"
88
description = "Infrastructure components for automated data processing at Diamond Light Source"
99
authors = [{ name = "Nicholas Devenish", email = "[email protected]" }]
1010
requires-python = ">=3.11"
@@ -110,7 +110,7 @@ module = ["zocalo.util.slurm.models"]
110110
ignore_errors = true
111111

112112
[tool.bumpversion]
113-
current_version = "1.2.0"
113+
current_version = "1.3.0"
114114
commit = true
115115
tag = true
116116

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__ = "1.2.0"
9+
__version__ = "1.3.0"
1010

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

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)