Skip to content

Commit d4e17ea

Browse files
authored
3.1.1 release (#5475)
1 parent ba2c0e5 commit d4e17ea

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
.. _v3-1-1:
5+
6+
3.1.1 - 2020-09-22
7+
~~~~~~~~~~~~~~~~~~
8+
9+
* Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
10+
OpenSSL 1.1.1h.
11+
412
.. _v3-1:
513

614
3.1 - 2020-08-26

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.1"
25+
__version__ = "3.1.1"
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.1"
23+
__version__ = "3.1.1"
2424

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

0 commit comments

Comments
 (0)