Skip to content

Commit bd638ea

Browse files
author
David Muller
committed
Version bump to 0.4.1 - allow unicode failures in python2
1 parent 9da7c13 commit bd638ea

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog (aws-requests-auth)
22
==================
33

4+
0.4.1
5+
------------------
6+
- Allow utf-8 encoding failures for python2 on the request body for hashing
7+
- Contributed by @bigjust: https://github.com/DavidMuller/aws-requests-auth/pull/30
8+
9+
410
0.4.0
511
------------------
612
- Add `BotoAWSRequestsAuth` convenience class which automatically gathers (and refreshes) AWS credentials using botocore

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='aws-requests-auth',
6-
version='0.4.0',
6+
version='0.4.1',
77
author='David Muller',
88
author_email='[email protected]',
99
packages=['aws_requests_auth'],

0 commit comments

Comments
 (0)