pull/4/head v0.0.3
Andrey Kislyuk 2017-09-19 09:58:31 -07:00
parent ea8d82cf0d
commit 7f8f69116d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Changes for v0.0.3 (2017-09-19)
===============================
- HTTPSignatureAuth.verify: Rely only on request.url, not path\_url
- Docs improvements (PR #1 from kennethreitz/patch-1)
Changes for v0.0.2 (2017-08-22)
===============================

View File

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