Skip to content

Commit

Permalink
prep for release 1.14.1 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
timabrmsn authored Jun 13, 2022
1 parent bf561b1 commit 9fb3656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.

## Unreleased
## 1.14.1 - 2022-06-13

### Fixed
- `watchlists bulk` commands now accept CSVs with extra headers
Expand Down
2 changes: 1 addition & 1 deletion src/code42cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.14.0"
__version__ = "1.14.1"

0 comments on commit 9fb3656

Please sign in to comment.