Skip to content

Commit b1e70c7

Browse files
committed
Version v1.4.0
1 parent 07c9ebe commit b1e70c7

File tree

5 files changed

+48
-5
lines changed

5 files changed

+48
-5
lines changed

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.3.0"
62+
version = "1.4.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.3.0"
7+
version = "1.4.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.11"
@@ -111,7 +111,7 @@ module = ["zocalo.util.slurm.models"]
111111
ignore_errors = true
112112

113113
[tool.bumpversion]
114-
current_version = "1.3.0"
114+
current_version = "1.4.0"
115115
commit = true
116116
tag = true
117117

requirements_dev.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ idna==3.10
3030
# via requests
3131
imagesize==1.4.1
3232
# via sphinx
33+
importlib-metadata==8.7.1
34+
# via opentelemetry-api
3335
iniconfig==2.0.0
3436
# via pytest
3537
jinja2==3.1.4
@@ -38,6 +40,8 @@ markupsafe==3.0.2
3840
# via jinja2
3941
marshmallow==3.23.1
4042
# via zocalo
43+
opentelemetry-api==1.40.0
44+
# via zocalo
4145
packaging==24.2
4246
# via
4347
# marshmallow
@@ -96,6 +100,7 @@ tomli==2.1.0 ; python_full_version <= '3.11'
96100
# via coverage
97101
typing-extensions==4.12.2
98102
# via
103+
# opentelemetry-api
99104
# pydantic
100105
# pydantic-core
101106
urllib3==2.2.3
@@ -104,3 +109,5 @@ websocket-client==1.8.0
104109
# via stomp-py
105110
workflows==3.1
106111
# via zocalo
112+
zipp==3.23.0
113+
# via importlib-metadata

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.3.0"
9+
__version__ = "1.4.0"
1010

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

uv.lock

Lines changed: 37 additions & 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)