Skip to content

Commit addf7ef

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Release 1.3.0
PiperOrigin-RevId: 502338702
1 parent d79170b commit addf7ef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

dataclass_array/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
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

4848
del sys, pytest

0 commit comments

Comments
 (0)