Skip to content

Commit

Permalink
1.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Aug 13, 2024
1 parent 9d06f07 commit 5cf90d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 5cf90d3

Please sign in to comment.