Skip to content

Commit dfc76a2

Browse files
committed
Bump version: 1.5.0 → 1.6.0
1 parent 493ec54 commit dfc76a2

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

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-
1.6.0 (Unreleased)
6-
-----------------
5+
1.6.0 (2026-06-11)
6+
------------------
77
- Fix error running tests with Workflows 3.7 installed. (`#308 <https://github.com/DiamondLightSource/python-zocalo/pull/308>`_)
88
- Clean typing errors when linting with the pyright linter. (`#307 <https://github.com/DiamondLightSource/python-zocalo/pull/307>`_)
99
- Provide a basic set of type annotations for all objects. (`#309 <https://github.com/DiamondLightSource/python-zocalo/pull/309>`_)

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.5.0"
62+
version = "1.6.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.5.0"
7+
version = "1.6.0"
88
description = "Infrastructure components for automated data processing at Diamond Light Source"
99
authors = [{ name = "Nicholas Devenish", email = "ndevenish@gmail.com" }]
1010
requires-python = ">=3.12"
@@ -112,7 +112,7 @@ module = ["zocalo.util.slurm.models"]
112112
ignore_errors = true
113113

114114
[tool.bumpversion]
115-
current_version = "1.5.0"
115+
current_version = "1.6.0"
116116
commit = true
117117
tag = true
118118

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__ = "dataanalysis@diamond.ac.uk"
9-
__version__ = "1.5.0"
9+
__version__ = "1.6.0"
1010

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

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)