We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcddae commit d94bad6Copy full SHA for d94bad6
checkpoint/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.11.21] - 2025-08-07
11
+
12
### Fixed
13
14
- Fix incorrectly specified timeouts waiting for signals in background threads. Decrease timeout to 60s.
checkpoint/orbax/checkpoint/version.py
@@ -17,7 +17,7 @@
17
# A new PyPI release will be pushed everytime `__version__` is increased.
18
# Also modify version and date in CHANGELOG.
19
# LINT.IfChange
20
-__version__ = '0.11.20'
+__version__ = '0.11.21'
21
# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
22
23
0 commit comments