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
|
||||
=========
|
||||
|
||||
.. _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:
|
||||
|
||||
0.2.2 - 2018-03-21
|
||||
|
||||
@@ -58,9 +58,9 @@ author = 'Piotr Lizonczyk'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.2'
|
||||
version = '0.3'
|
||||
# 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
|
||||
# for a list of supported languages.
|
||||
|
||||
@@ -1 +1 @@
|
||||
cryptography==2.1.4
|
||||
cryptography>=2.2.2
|
||||
|
||||
Reference in New Issue
Block a user