We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8d82c commit 7f8f691Copy full SHA for 7f8f691
Changes.rst
@@ -1,3 +1,10 @@
1
+Changes for v0.0.3 (2017-09-19)
2
+===============================
3
+
4
+- HTTPSignatureAuth.verify: Rely only on request.url, not path\_url
5
6
+- Docs improvements (PR #1 from kennethreitz/patch-1)
7
8
Changes for v0.0.2 (2017-08-22)
9
===============================
10
setup.py
@@ -5,7 +5,7 @@
setup(
name='requests-http-signature',
- version='0.0.2',
+ version='0.0.3',
url='https://github.com/kislyuk/requests-http-signature',
license='Apache Software License',
11
author='Andrey Kislyuk',
0 commit comments