pull/1/head v0.0.2
Andrey Kislyuk 2017-08-22 14:50:09 -07:00
parent 9c5a122925
commit 2240873aff
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Changes for v0.0.2 (2017-08-22)
===============================
- Require key ID
- Make verify a class method for clarity
Changes for v0.0.1 (2017-08-22)
===============================

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
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',
author='Andrey Kislyuk',