diff --git a/docs/changelog.md b/docs/changelog.md index 19b36bc..4659d86 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,6 +10,8 @@ Versioning currently follows `X.Y.Z` where ## \[Unreleased\] +## \[1.13.12\] - 2024-12-17 + ### Changed - The submitter ensures that workunits always get set to `processing`. diff --git a/pyproject.toml b/pyproject.toml index 3eb8cc6..de22e28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "bfabric" description = "Python client for the B-Fabric WSDL API" -version = "1.13.11" +version = "1.13.12" license = { text = "GPL-3.0" } authors = [ { name = "Christian Panse", email = "cp@fgcz.ethz.ch" },