Skip to content

Commit 68aa38a

Browse files
committed
Prepare for 3.3 release
1 parent 6693d55 commit 68aa38a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
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

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.3.dev1"
25+
__version__ = "3.3"
2626

2727
__author__ = "The cryptography developers"
2828
__email__ = "cryptography-dev@python.org"

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.3.dev1"
23+
__version__ = "3.3"
2424

2525
__author__ = "The cryptography developers"
2626
__email__ = "cryptography-dev@python.org"

0 commit comments

Comments
 (0)