Skip to content

Commit

Permalink
ver: bump version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Jul 6, 2024
1 parent 83e6eff commit b0fe6fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fix warning regression during import when launch with strict warning filters by [@XuehaiPan](https://github.com/XuehaiPan) in [#149](https://github.com/metaopt/optree/pull/149).
-

### Removed

-

------

## [0.12.1] - 2024-07-06

### Fixed

- Fix warning regression during import when launch with strict warning filters by [@XuehaiPan](https://github.com/XuehaiPan) in [#149](https://github.com/metaopt/optree/pull/149).

------

## [0.12.0] - 2024-07-05

### Added
Expand Down Expand Up @@ -313,7 +321,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

------

[Unreleased]: https://github.com/metaopt/optree/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/metaopt/optree/compare/v0.12.1...HEAD
[0.12.1]: https://github.com/metaopt/optree/compare/v0.11.0...v0.12.1
[0.12.0]: https://github.com/metaopt/optree/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/metaopt/optree/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/metaopt/optree/compare/v0.9.2...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion optree/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# ==============================================================================
"""OpTree: Optimized PyTree Utilities."""

__version__ = '0.12.0'
__version__ = '0.12.1'
__license__ = 'Apache License, Version 2.0'
__author__ = 'OpTree Contributors'
__release__ = False
Expand Down

0 comments on commit b0fe6fd

Please sign in to comment.