Skip to content

Commit

Permalink
prep for 1.1.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanag13 committed May 1, 2020
1 parent 295c278 commit 7ad5967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.1.0 - 2020-05-01

### Added

Expand All @@ -27,7 +27,7 @@ how a consumer would use the library (e.g. adding unit tests, updating documenta

- `sdk.alert.rules.filetypemismatch` methods:
- `get()`

### Removed

- `sdk.securitydata.alerts`. use `sdk.alerts` instead.
Expand Down
2 changes: 1 addition & 1 deletion src/py42/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# py42

__version__ = "1.0.1"
__version__ = "1.1.0"

0 comments on commit 7ad5967

Please sign in to comment.