We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5576c commit 4712ce3Copy full SHA for 4712ce3
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.7] - 2025-03-06
11
+
12
### Added
13
14
- V1: `PyTreeHandler`.
checkpoint/orbax/checkpoint/version.py
@@ -16,7 +16,9 @@
16
17
# A new PyPI release will be pushed everytime `__version__` is increased.
18
# Also modify version and date in CHANGELOG.
19
-__version__ = '0.11.6'
+# LINT.IfChange
20
+__version__ = '0.11.7'
21
+# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
22
23
24
# TODO: b/362813406 - Add latest change timestamp and commit number.
0 commit comments