Skip to content

Commit

Permalink
bumps (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliya Smith committed Feb 2, 2021
1 parent 9b6fe77 commit 9bc8a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ 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.11.1 - 2021-02-02

### Changed

- The request header `Content-Type: application/json` is no longer sent when there is no
request data.

- `sdk.cases.create()` now raises `Py42CaseNameExistsError` when the case name already
exists in the system.

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.11.0"
__version__ = "1.11.1"

0 comments on commit 9bc8a8b

Please sign in to comment.