Skip to content

Commit 4712ce3

Browse files
cpgaffney1Orbax Authors
authored andcommitted
Update orbax-checkpoint to 0.11.7.
PiperOrigin-RevId: 734325716
1 parent ab5576c commit 4712ce3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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.7] - 2025-03-06
11+
1012
### Added
1113

1214
- V1: `PyTreeHandler`.

checkpoint/orbax/checkpoint/version.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616

1717
# A new PyPI release will be pushed everytime `__version__` is increased.
1818
# Also modify version and date in CHANGELOG.
19-
__version__ = '0.11.6'
19+
# LINT.IfChange
20+
__version__ = '0.11.7'
21+
# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
2022

2123

2224
# TODO: b/362813406 - Add latest change timestamp and commit number.

0 commit comments

Comments
 (0)