Skip to content

Commit c9e6522

Browse files
authored
3.2 release (#5508)
1 parent 58494b4 commit c9e6522

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ Changelog
33

44
.. _v3-2:
55

6-
3.2 - `master`_
7-
~~~~~~~~~~~~~~~
8-
9-
.. note:: This version is not yet released and is under active development.
6+
3.2 - 2020-10-25
7+
~~~~~~~~~~~~~~~~
108

119
* **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant
1210
time, to protect against Bleichenbacher vulnerabilities. Due to limitations

src/cryptography/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
)
2323
__uri__ = "https://github.com/pyca/cryptography"
2424

25-
__version__ = "3.2.dev1"
25+
__version__ = "3.2"
2626

2727
__author__ = "The cryptography developers"
2828
__email__ = "[email protected]"

vectors/cryptography_vectors/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
__uri__ = "https://github.com/pyca/cryptography"
2222

23-
__version__ = "3.2.dev1"
23+
__version__ = "3.2"
2424

2525
__author__ = "The cryptography developers"
2626
__email__ = "[email protected]"

0 commit comments

Comments
 (0)