diff --git a/docs/changelog.md b/docs/changelog.md index 6588f76c..e0c6bd72 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,6 +10,8 @@ Versioning currently follows `X.Y.Z` where ## \[tba\] - tba +## \[1.13.2\] - 2024-07-11 + ### Added - Add `bfabric.entities.Dataset` to easily read datasets. diff --git a/pyproject.toml b/pyproject.toml index 84676fe6..4d5c816c 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.1" +version = "1.13.2" license = { text = "GPL-3.0" } authors = [ {name = "Christian Panse", email = "cp@fgcz.ethz.ch"},