From 25d5ccf6a3f2de52d6cc7dedf2a4fae4fc51e5ef Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Mon, 5 Aug 2024 15:59:32 +0200 Subject: [PATCH] 1.13.4 --- docs/changelog.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 23ffefb7..30f501d1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,6 +10,8 @@ Versioning currently follows `X.Y.Z` where ## \[tba\] - tba +## \[1.13.4\] - 2024-08-05 + ### Added - Add `Workunit`, `Parameter`, and `Resource` entities. diff --git a/pyproject.toml b/pyproject.toml index 4e24cf5e..0d8b762b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ include = ["bfabric*"] [project] name = "bfabric" description = "Python client for the B-Fabric WSDL API" -version = "1.13.3" +version = "1.13.4" license = { text = "GPL-3.0" } authors = [ {name = "Christian Panse", email = "cp@fgcz.ethz.ch"},