summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2020-10-25 18:53:53 -0700
committerGitHub <noreply@github.com>2020-10-25 21:53:53 -0400
commitc9e65222c91df8b6f61650a3460e30232962c1e0 (patch)
tree2303c252db0c9dc05665152c86688c23d83f05f6
parent58494b41d6ecb0f56b7c5f05d5f5e3ca0320d494 (diff)
downloadcryptography-3.2.tar.gz
3.2 release (#5508)3.2
-rw-r--r--CHANGELOG.rst6
-rw-r--r--src/cryptography/__about__.py2
-rw-r--r--vectors/cryptography_vectors/__about__.py2
3 files changed, 4 insertions, 6 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f105465e2..007f80200 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,10 +3,8 @@ Changelog
.. _v3-2:
-3.2 - `master`_
-~~~~~~~~~~~~~~~
-
-.. note:: This version is not yet released and is under active development.
+3.2 - 2020-10-25
+~~~~~~~~~~~~~~~~
* **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant
time, to protect against Bleichenbacher vulnerabilities. Due to limitations
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 57905d3ef..b960f7ed1 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -22,7 +22,7 @@ __summary__ = (
)
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "3.2.dev1"
+__version__ = "3.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index e1a01178c..3b41b82e0 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -20,7 +20,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "3.2.dev1"
+__version__ = "3.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"