Skip to content

Commit ba2c0e5

Browse files
authored
3.1 release (#5430)
1 parent c63106c commit ba2c0e5

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-1:
55

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

119
* **BACKWARDS INCOMPATIBLE:** Removed support for ``idna`` based
1210
:term:`U-label` parsing in various X.509 classes. This support was originally

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

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

0 commit comments

Comments
 (0)