Skip to content

Commit 5fd7d00

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Release 1.2.1
PiperOrigin-RevId: 490738398
1 parent 29abf1f commit 5fd7d00

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.2.1] - 2022-11-24
27+
2628
* Fixed: Compatibility with `edc.dataclass(auto_cast=True)` (fix the `'type'
2729
object is not subscriptable` error)
2830

@@ -47,8 +49,9 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
4749

4850
* Initial release
4951

50-
[Unreleased]: https://github.com/google-research/dataclass_array/compare/v1.2.0...HEAD
51-
[1.1.0]: https://github.com/google-research/dataclass_array/compare/v1.1.0...v1.2.0
52+
[Unreleased]: https://github.com/google-research/dataclass_array/compare/v1.2.1...HEAD
53+
[1.2.1]: https://github.com/google-research/dataclass_array/compare/v1.2.0...v1.2.1
54+
[1.2.0]: https://github.com/google-research/dataclass_array/compare/v1.1.0...v1.2.0
5255
[1.1.0]: https://github.com/google-research/dataclass_array/compare/v1.0.0...v1.1.0
5356
[1.0.0]: https://github.com/google-research/dataclass_array/compare/v0.1.0...v1.0.0
5457
[0.1.0]: https://github.com/google-research/dataclass_array/releases/tag/v0.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.0'
46+
__version__ = '1.2.1'
4747

4848
del sys, pytest

0 commit comments

Comments
 (0)