Update changelog, package version, requirements

This commit is contained in:
Piotr Lizończyk
2018-07-16 01:52:50 +02:00
parent e84db3c232
commit 25c716a9e6
4 changed files with 12 additions and 4 deletions

View File

@@ -1,6 +1,14 @@
Changelog Changelog
========= =========
.. _v0-3-0:
0.3.0 - TODO
~~~~~~~~~~~~~~~~~~
* Added support for non-default crypto backends
* Loosened restriction on Cryptography version in requirements.txt and bumped version to 2.2.2
.. _v0-2-2: .. _v0-2-2:
0.2.2 - 2018-03-21 0.2.2 - 2018-03-21

View File

@@ -58,9 +58,9 @@ author = 'Piotr Lizonczyk'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.2' version = '0.3'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.2.0' release = '0.3.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@@ -1 +1 @@
cryptography==2.1.4 cryptography>=2.2.2

View File

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