Skip to content

Commit

Permalink
cut 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tedder committed Jun 4, 2021
1 parent 1d01f46 commit 087a844
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
1.1.1 (2021-06-04)
=========

**Bugfixes**

- secondary fix to query string ordering, documented in #49. It would fail with multiple values for the same key. Thanks @martinamps.
- fix minor deprecation warning in a regex.

**Package changes**

- none

**Tests**

- Added tests for #49 secondary fix for string ordering.



1.1.0 (2021-05-21)
=========

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ Version release notes

- update `HISTORY.md`
- update `requests_aws4auth/__init__.py`
- cut a branch on github

prep:
```
Expand Down
2 changes: 1 addition & 1 deletion requests_aws4auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@
del aws4signingkey
del exceptions

__version__ = '1.1.0'
__version__ = '1.1.1'

0 comments on commit 087a844

Please sign in to comment.