File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010
11- ## Unreleased
11+ ## 1.4.1 - 2021-04-15
1212
1313### Fixed
1414
15- - Arguments/options that read data from files now attempt to autodetect file encodings. Resolving a bug where CSVs written
16- on Windows with Powershell would fail to be read properly.
15+ - Arguments/options that read data from files now attempt to autodetect file encodings.
16+ Resolving a bug where CSVs written on Windows with Powershell would fail to be read properly.
1717
1818## 1.4.0 - 2021-03-09
1919
Original file line number Diff line number Diff line change 1- __version__ = "1.4.0 "
1+ __version__ = "1.4.1 "
You can’t perform that action at this time.
0 commit comments