Skip to content
Snippets Groups Projects
Unverified Commit f19154d7 authored by Andrey Kislyuk's avatar Andrey Kislyuk
Browse files

v0.2.0

parent f2ca109b
No related branches found
No related tags found
No related merge requests found
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)
===============================
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment