Cryptography version update (#10)

* 2.1 version of pyca/cryptography got released. Version bumped
* Python 3.5 support reintroduced, as we are now using BLAKE from
Cryptography, not hashlib
* Removed hashlib references, uncommented Cryptography references.
* Enum fix for python 3.5 compat

Closes #9
This commit is contained in:
Piotr Lizończyk
2017-10-11 18:58:07 +02:00
committed by GitHub
parent 81a2f7e845
commit 3bfb39883e
7 changed files with 52 additions and 57 deletions

19
CHANGELOG.rst Normal file
View File

@@ -0,0 +1,19 @@
Changelog
=========
.. _v0-2-0:
0.2.0 - `trunk`
~~~~~~~~~~~~~~~~
.. note:: This version is not yet released and is under active development.
* Cryptography requirement updated to the newest version (2.1) - **Python 3.5** is supported again.
.. _v0-1-0:
0.1.1 - 2017-09-12
~~~~~~~~~~~~~~~~~~
Initial release.