Skip to content

Commit f6fa8ea

Browse files
author
Juliya Smith
authored
bump py42 (#281)
1 parent 783d756 commit f6fa8ea

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ 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+
## 1.5.1 - 2021-05-07
12+
13+
### Fixed
14+
15+
- Issue where the `--role-name` option on the command `code42 users list` caused the
16+
CLI to call a deprecated method.
17+
1118
## 1.5.0 - 2021-05-05
1219

1320
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"keyring==18.0.1",
3939
"keyrings.alt==3.2.0",
4040
"pandas>=1.1.3",
41-
"py42>=1.14.1",
41+
"py42>=1.14.2",
4242
],
4343
extras_require={
4444
"dev": [

src/code42cli/__version__.py

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

0 commit comments

Comments
 (0)