File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323
2424## [ Unreleased]
2525
26+ ## [ 1.3.0] - 2023-01-16
27+
2628* Added: Support for static ` dca.DataclassArray ` (dataclasses with only
2729 static fields).
2830
@@ -52,7 +54,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
5254
5355* Initial release
5456
55- [ Unreleased ] : https://github.com/google-research/dataclass_array/compare/v1.2.1...HEAD
57+ [ Unreleased ] : https://github.com/google-research/dataclass_array/compare/v1.3.0...HEAD
58+ [ 1.3.0 ] : https://github.com/google-research/dataclass_array/compare/v1.2.1...v1.3.0
5659[ 1.2.1 ] : https://github.com/google-research/dataclass_array/compare/v1.2.0...v1.2.1
5760[ 1.2.0 ] : https://github.com/google-research/dataclass_array/compare/v1.1.0...v1.2.0
5861[ 1.1.0 ] : https://github.com/google-research/dataclass_array/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 4343
4444# A new PyPI release will be pushed everytime `__version__` is increased
4545# When changing this, also update the CHANGELOG.md
46- __version__ = '1.2.1 '
46+ __version__ = '1.3.0 '
4747
4848del sys , pytest
You can’t perform that action at this time.
0 commit comments