mirror of
https://github.com/morgan9e/noiseprotocol
synced 2026-04-14 00:14:05 +09:00
Update changelog, package version, requirements
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
cryptography==2.1.4
|
cryptography>=2.2.2
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user