Skip to content

Commit

Permalink
Bump version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iksteen committed Feb 20, 2023
1 parent 5e64ca9 commit 803de9e
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.2.0
* Add support for passing a security token to `AwsRequestSigner`
and `AwsAuth` helper for request. Thanks @ajpl.
* 1.1.1
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.1.1"
version = "1.2.0"
description = "A python library to sign AWS requests using AWS Signature V4."
license = "MIT"
authors = ["Ingmar Steen <iksteen@gmail.com>"]
Expand Down

0 comments on commit 803de9e

Please sign in to comment.