pull/24/head v0.2.0
Andrey Kislyuk 2020-08-29 12:50:02 -07:00
parent f2ca109baa
commit f19154d774
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.2.0 (2020-08-29)
===============================
- Implemented support for (created) and (expires) special headers (#14)
- Raise informative error when unable to compute body digest
Changes for v0.1.0 (2018-11-05)
===============================

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name='requests-http-signature',
version='0.1.0',
version='0.2.0',
url='https://github.com/kislyuk/requests-http-signature',
license='Apache Software License',
author='Andrey Kislyuk',