File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
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.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
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.0 '
46+ __version__ = '1.2.1 '
4747
4848del sys , pytest
You can’t perform that action at this time.
0 commit comments