Skip to content

Commit 68d38e9

Browse files
authored
Bugfix/update py42 (#52)
1 parent 2ce9518 commit 68d38e9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +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+
### 0.5.3 - 2020-05-04
12+
13+
### Fixed
14+
15+
- Issue introduced in py42 v1.1.0 that prevented `high-risk-employee` and `departing-employee` commands from working properly.
16+
1117
## 0.5.2 - 2020-04-29
1218

1319
### Fixed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"c42eventextractor==0.2.7",
2525
"keyring==18.0.1",
2626
"keyrings.alt==3.2.0",
27-
"py42>=1.0.0",
27+
"py42>=1.1.1",
2828
],
2929
license="MIT",
3030
include_package_data=True,

src/code42cli/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.5.3"

0 commit comments

Comments
 (0)