summaryrefslogtreecommitdiff
path: root/vectors
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 /vectors
parent58494b41d6ecb0f56b7c5f05d5f5e3ca0320d494 (diff)
downloadcryptography-3.2.tar.gz
3.2 release (#5508)3.2
Diffstat (limited to 'vectors')
-rw-r--r--vectors/cryptography_vectors/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index e1a01178c..3b41b82e0 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -20,7 +20,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "3.2.dev1"
+__version__ = "3.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"