Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
iksteen committed May 12, 2021
1 parent 6388a57 commit 8a7cc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ poetry run pre-commit install

## Release History

* Next Version
* 1.1.0
* Minimum supported python version is now 3.6.1.
* Assume empty content when signing a HEAD or DELETE request
just as we do when signing a GET request. Thanks @alvassin!
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-request-signer"
version = "1.0.0"
version = "1.1.0"
description = "A python library to sign AWS requests using AWS Signature V4."
license = "MIT"
authors = ["Ingmar Steen <[email protected]>"]
Expand Down

0 comments on commit 8a7cc92

Please sign in to comment.