Skip to content

Commit 4f63473

Browse files
committed
ver: bump version to 0.19.0
1 parent bd34a31 commit 4f63473

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Added
1515

16-
- Add subinterpreters support for Python 3.14+ by [@XuehaiPan](https://github.com/XuehaiPan) in [#245](https://github.com/metaopt/optree/pull/245).
16+
-
1717

1818
### Changed
1919

2020
-
2121

2222
### Fixed
2323

24-
- Polish docstrings and fix grammars by [@XuehaiPan](https://github.com/XuehaiPan) in [#256](https://github.com/metaopt/optree/pull/256).
24+
-
2525

2626
### Removed
2727

2828
-
2929

3030
------
3131

32+
## [0.19.0] - 2025-02-23
33+
34+
### Added
35+
36+
- Add subinterpreters support for Python 3.14+ by [@XuehaiPan](https://github.com/XuehaiPan) in [#245](https://github.com/metaopt/optree/pull/245).
37+
38+
### Fixed
39+
40+
- Polish docstrings and fix grammars by [@XuehaiPan](https://github.com/XuehaiPan) in [#256](https://github.com/metaopt/optree/pull/256).
41+
42+
------
43+
3244
## [0.18.0] - 2025-11-14
3345

3446
### Added
@@ -486,7 +498,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
486498

487499
------
488500

489-
[Unreleased]: https://github.com/metaopt/optree/compare/v0.18.0...HEAD
501+
[Unreleased]: https://github.com/metaopt/optree/compare/v0.19.0...HEAD
502+
[0.19.0]: https://github.com/metaopt/optree/compare/v0.18.0...v0.19.0
490503
[0.18.0]: https://github.com/metaopt/optree/compare/v0.17.0...v0.18.0
491504
[0.17.0]: https://github.com/metaopt/optree/compare/v0.16.0...v0.17.0
492505
[0.16.0]: https://github.com/metaopt/optree/compare/v0.15.0...v0.16.0

optree/version.py

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

1717
# pylint: disable=invalid-name
1818

19-
__version__ = '0.18.0'
19+
__version__ = '0.19.0'
2020
__license__ = 'Apache-2.0'
2121
__author__ = 'OpTree Contributors'
2222
__release__ = False

0 commit comments

Comments
 (0)