pull/3/head v0.1.0
Andrey Kislyuk 2018-11-05 18:52:16 -08:00
parent 8d1c0d07f3
commit bb88d15a55
No known key found for this signature in database
GPG Key ID: 8AFAFCD242818A52
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Changes for v0.1.0 (2018-11-05)
===============================
- Support using a Signature header instead of Authorization header.
- Add RSA512 algorithm.
Changes for v0.0.3 (2017-09-19)
===============================

View File

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