Skip to content

Commit d35aa9a

Browse files
author
Juliya Smith
authored
bump vers (#267)
1 parent df5485e commit d35aa9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99
how 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

src/code42cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.4.1"

0 commit comments

Comments
 (0)