summaryrefslogtreecommitdiff
path: root/src/cryptography/__about__.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2020-10-25 18:53:53 -0700
committerGitHub <noreply@github.com>2020-10-25 21:53:53 -0400
commitc9e65222c91df8b6f61650a3460e30232962c1e0 (patch)
tree2303c252db0c9dc05665152c86688c23d83f05f6 /src/cryptography/__about__.py
parent58494b41d6ecb0f56b7c5f05d5f5e3ca0320d494 (diff)
downloadcryptography-3.2.tar.gz
3.2 release (#5508)3.2
Diffstat (limited to 'src/cryptography/__about__.py')
-rw-r--r--src/cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 57905d3ef..b960f7ed1 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -22,7 +22,7 @@ __summary__ = (
)
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "3.2.dev1"
+__version__ = "3.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"