mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
2.9.1 version bump (#5211)
This commit is contained in:
parent
81b7fc6546
commit
6199f620ed
3 changed files with 10 additions and 2 deletions
|
|
@ -1,6 +1,14 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v2-9-1:
|
||||
|
||||
2.9.1 - 2020-04-21
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
|
||||
OpenSSL 1.1.1g.
|
||||
|
||||
.. _v2-9:
|
||||
|
||||
2.9 - 2020-04-02
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
|
|||
" and primitives to Python developers.")
|
||||
__uri__ = "https://github.com/pyca/cryptography"
|
||||
|
||||
__version__ = "2.9"
|
||||
__version__ = "2.9.1"
|
||||
|
||||
__author__ = "The cryptography developers"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ __summary__ = "Test vectors for the cryptography package."
|
|||
|
||||
__uri__ = "https://github.com/pyca/cryptography"
|
||||
|
||||
__version__ = "2.9"
|
||||
__version__ = "2.9.1"
|
||||
|
||||
__author__ = "The cryptography developers"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
|
|
|||
Loading…
Reference in a new issue