mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Prepare for 3.3 release (#5603)
This commit is contained in:
parent
b5278c9085
commit
7e8fff73cf
3 changed files with 6 additions and 4 deletions
|
|
@ -3,8 +3,8 @@ Changelog
|
|||
|
||||
.. _v3-3:
|
||||
|
||||
3.3 - `master`_
|
||||
~~~~~~~~~~~~~~~
|
||||
3.3 - 2020-12-08
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
.. note:: This version is not yet released and is under active development.
|
||||
|
||||
|
|
@ -25,6 +25,8 @@ Changelog
|
|||
conform with an upcoming OpenSSL release that no longer supports smaller
|
||||
sizes. These keys were already wildly insecure and should not have been used
|
||||
in any application outside of testing.
|
||||
* Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
|
||||
OpenSSL 1.1.1i.
|
||||
* Python 2 support is deprecated in ``cryptography``. This is the last release
|
||||
that will support Python 2.
|
||||
* Added the
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ __summary__ = (
|
|||
)
|
||||
__uri__ = "https://github.com/pyca/cryptography"
|
||||
|
||||
__version__ = "3.3.dev1"
|
||||
__version__ = "3.3"
|
||||
|
||||
__author__ = "The cryptography developers"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ __summary__ = "Test vectors for the cryptography package."
|
|||
|
||||
__uri__ = "https://github.com/pyca/cryptography"
|
||||
|
||||
__version__ = "3.3.dev1"
|
||||
__version__ = "3.3"
|
||||
|
||||
__author__ = "The cryptography developers"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
|
|
|||
Loading…
Reference in a new issue