Skip to content

Commit 7e8fff7

Browse files
authored
Prepare for 3.3 release (#5603)
1 parent b5278c9 commit 7e8fff7

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Changelog
33

44
.. _v3-3:
55

6-
3.3 - `master`_
7-
~~~~~~~~~~~~~~~
6+
3.3 - 2020-12-08
7+
~~~~~~~~~~~~~~~~
88

99
.. note:: This version is not yet released and is under active development.
1010

@@ -25,6 +25,8 @@ Changelog
2525
conform with an upcoming OpenSSL release that no longer supports smaller
2626
sizes. These keys were already wildly insecure and should not have been used
2727
in any application outside of testing.
28+
* Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
29+
OpenSSL 1.1.1i.
2830
* Python 2 support is deprecated in ``cryptography``. This is the last release
2931
that will support Python 2.
3032
* Added the

src/cryptography/__about__.py

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

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

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

vectors/cryptography_vectors/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

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

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

0 commit comments

Comments
 (0)