File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,9 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323
2424## [ Unreleased]
2525
26- ## [ 1.4.3] - 2023-07-07
27-
28- * Add ` dca.concat ` method in addition to ` dca.stack ` .
29-
30- ## [ 1.4.2] - 2023-06-29
26+ ## [ 1.4.2] - 2023-07-10
3127
28+ * Add ` dca.concat ` method in addition to ` dca.stack ` .
3229* Now require Python 3.9 (drop 3.8 support)
3330
3431## [ 1.4.1] - 2023-03-20
@@ -73,8 +70,7 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
7370
7471* Initial release
7572
76- [ Unreleased ] : https://github.com/google-research/dataclass_array/compare/v1.4.3...HEAD
77- [ 1.4.3 ] : https://github.com/google-research/dataclass_array/compare/v1.4.2...v1.4.3
73+ [ Unreleased ] : https://github.com/google-research/dataclass_array/compare/v1.4.2...HEAD
7874[ 1.4.2 ] : https://github.com/google-research/dataclass_array/compare/v1.4.1...v1.4.2
7975[ 1.4.1 ] : https://github.com/google-research/dataclass_array/compare/v1.4.0...v1.4.1
8076[ 1.4.0 ] : https://github.com/google-research/dataclass_array/compare/v1.3.0...v1.4.0
Original file line number Diff line number Diff line change 2121
2222import sys
2323
24- # pylint: disable=g-import-not-at-top,g-bad-import-order
24+ # pylint: disable=g-import-not-at-top,g-bad-import-order,g-importing-member
2525
2626pytest = sys .modules .get ('pytest' )
2727if pytest :
4444
4545# A new PyPI release will be pushed everytime `__version__` is increased
4646# When changing this, also update the CHANGELOG.md
47- __version__ = '1.4.1 '
47+ __version__ = '1.4.2 '
4848
4949del sys , pytest
You can’t perform that action at this time.
0 commit comments