Skip to content

Commit c091f04

Browse files
proximityyOrbax Authors
authored andcommitted
Release 0.11.20
PiperOrigin-RevId: 788097118
1 parent b0888e1 commit c091f04

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.20] - 2025-07-28
11+
1012
### Added
1113

1214
- Add support for loading SafeTensors checkpoints

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.19'
20+
__version__ = '0.11.20'
2121
# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
2222

2323

0 commit comments

Comments
 (0)