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 8d1c0d0 commit bb88d15Copy full SHA for bb88d15
Changes.rst
@@ -1,3 +1,10 @@
1
+Changes for v0.1.0 (2018-11-05)
2
+===============================
3
+
4
+- Support using a Signature header instead of Authorization header.
5
6
+- Add RSA512 algorithm.
7
8
Changes for v0.0.3 (2017-09-19)
9
===============================
10
setup.py
@@ -5,7 +5,7 @@
setup(
name='requests-http-signature',
- version='0.0.3',
+ version='0.1.0',
url='https://github.com/kislyuk/requests-http-signature',
license='Apache Software License',
11
author='Andrey Kislyuk',
0 commit comments