Skip to content

Commit d94bad6

Browse files
cpgaffney1Orbax Authors
authored andcommitted
Release 0.11.21.
PiperOrigin-RevId: 792272070
1 parent 8bcddae commit d94bad6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

checkpoint/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.21] - 2025-08-07
11+
1012
### Fixed
1113

1214
- Fix incorrectly specified timeouts waiting for signals in background threads. Decrease timeout to 60s.

checkpoint/orbax/checkpoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# A new PyPI release will be pushed everytime `__version__` is increased.
1818
# Also modify version and date in CHANGELOG.
1919
# LINT.IfChange
20-
__version__ = '0.11.20'
20+
__version__ = '0.11.21'
2121
# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
2222

2323

0 commit comments

Comments
 (0)