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 9c5a122 commit 2240873Copy full SHA for 2240873
Changes.rst
@@ -1,3 +1,10 @@
1
+Changes for v0.0.2 (2017-08-22)
2
+===============================
3
+
4
+- Require key ID
5
6
+- Make verify a class method for clarity
7
8
Changes for v0.0.1 (2017-08-22)
9
===============================
10
setup.py
@@ -5,7 +5,7 @@
setup(
name='requests-http-signature',
- version='0.0.1',
+ version='0.0.2',
url='https://github.com/kislyuk/requests-http-signature',
license='Apache Software License',
11
author='Andrey Kislyuk',
0 commit comments