Skip to content

Commit

Permalink
cut release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tedder committed Mar 24, 2022
1 parent d40ca0a commit 0d8c234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
1.1.2 (TODO)
=========

**Bugfixes**
**Changes**

- don't install markdown files, and especially not outside of our lib dir, see #51. Thanks @benjaminp.
- remove deprecated python 2.7 and python 3.5.
- prevent unquoting of query string reserved characters, see #60. Thanks @mliarakos.
- Add support for files as request body, see see #58. Thanks @USSRLivesOn.
- remove deprecated python 2.7 and python 3.5. Currently testing against 3.8 and 3.9.
- renamed main branch to 'main'


1.1.1 (2021-06-04)
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.1'
__version__ = '1.1.2'

0 comments on commit 0d8c234

Please sign in to comment.