We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9531fb commit 4aba1b8Copy full SHA for 4aba1b8
2 files changed
bfabric/docs/changelog.md
@@ -10,6 +10,8 @@ Versioning currently follows `X.Y.Z` where
10
11
## \[Unreleased\]
12
13
+## \[1.13.34\] - 2025-09-19
14
+
15
### Added
16
17
- `bfabric.experimental.cache` which implements re-entrant lookup caching for entities (when retrieved by ID).
bfabric/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
name = "bfabric"
7
description = "Python client for the B-Fabric API"
8
readme = "../README.md"
9
-version = "1.13.33"
+version = "1.13.34"
license = { text = "GPL-3.0" }
authors = [
{ name = "Christian Panse", email = "cp@fgcz.ethz.ch" },
0 commit comments