From 7e8fff73cf0c597fe2df34daf2027506f84b9d3b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 8 Dec 2020 17:26:19 -0500 Subject: [PATCH] Prepare for 3.3 release (#5603) --- CHANGELOG.rst | 6 ++++-- src/cryptography/__about__.py | 2 +- vectors/cryptography_vectors/__about__.py | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 83d3b703504b..caa8e20c525b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index 758b17899647..d7a3c1e6de87 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -22,7 +22,7 @@ ) __uri__ = "https://github.com/pyca/cryptography" -__version__ = "3.3.dev1" +__version__ = "3.3" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index 9252c0f0f0d0..5cb6768fa234 100644 --- a/vectors/cryptography_vectors/__about__.py +++ b/vectors/cryptography_vectors/__about__.py @@ -20,7 +20,7 @@ __uri__ = "https://github.com/pyca/cryptography" -__version__ = "3.3.dev1" +__version__ = "3.3" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org"