From 5cf90d328d80d8c38df26df6f31e53426369375a Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Tue, 13 Aug 2024 17:25:25 +0200 Subject: [PATCH] 1.13.5 --- docs/changelog.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 068579a..73d7b87 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,6 +10,8 @@ Versioning currently follows `X.Y.Z` where ## \[Unreleased\] +## \[1.13.5\] - 2024-08-13 + ### Added - The `Bfabric` instance is now pickleable. @@ -20,7 +22,7 @@ Versioning currently follows `X.Y.Z` where - More types and relationships - Relationships defer imports to descriptor call, i.e. circular relationships are possible now. - `HasOne` and `HasMany` allow defining `optional=True` to indicate fields which can be missing under some circumstances. -- Add `nodelist` and `name` columns to `bfabric_list_not_available_proteomics_workunits.py` output. +- Add `nodelist` column and application name to `bfabric_list_not_available_proteomics_workunits.py` output. ### Changed diff --git a/pyproject.toml b/pyproject.toml index ae74310..3806c8b 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.4" +version = "1.13.5" license = { text = "GPL-3.0" } authors = [ {name = "Christian Panse", email = "cp@fgcz.ethz.ch"},