Release 0.2.2

This commit is contained in:
Piotr Lizończyk
2018-03-21 12:25:13 +01:00
parent b45aa5cd63
commit 0eab4f2cb1
3 changed files with 10 additions and 4 deletions

View File

@@ -1,6 +1,14 @@
Changelog
=========
.. _v0-2-2:
0.2.2 - 2018-03-21
~~~~~~~~~~~~~~~~~~
* Loosened restrictions on Python and Cryptography in setup.py - contributed by @warner
* Cryptography version required bumped to 2.1.4
.. _v0-2-1:

View File

@@ -20,8 +20,6 @@ HandshakeState, CipherState and SymmetricState. Refer to the rest of the README
For now, only Python 3.5+ is supported.
The author provides support for Linux systems only. Although the CI systems perform testing on **Windows and OS X**, consider their support even **more experimental** than the whole package, though OS X usage should not differ from Linux.
*Unless there is a dedicated contributor for Windows, the author won't provide any support for issues with using the noiseprotocol package on them. Python development on Windows is too painful, even considering my deep love for the OS.*
Install via pip:
```
pip install noiseprotocol

View File

@@ -13,7 +13,7 @@ except (IOError, ImportError):
setup(
name='noiseprotocol',
version='0.2.1',
version='0.2.2',
description='Implementation of Noise Protocol Framework',
long_description=long_description,
url='https://github.com/plizonczyk/noiseprotocol',