summaryrefslogtreecommitdiff
path: root/src/cryptography/__about__.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-03-25 13:19:31 -0400
committerGitHub <noreply@github.com>2021-03-25 07:19:31 -1000
commita19014a087759f3df72b2cd70ed7a0d8a6481340 (patch)
tree6e29d57766d11890d9614feb1b197425207be491 /src/cryptography/__about__.py
parent75b002ae7fb1f263fdd4983d0c23493878e127fe (diff)
downloadcryptography-3.4.7.tar.gz
Prep for 3.4.7 release (#5933)3.4.7
* Prep for 3.4.7 release * don't use virtualenv in zuul wheel building either (#5860) * don't use virtualenv in zuul wheel building either * we need wheel and not these other things * newer pip, also don't need six Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com>
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 06f69946f..095215591 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -21,7 +21,7 @@ __summary__ = (
)
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "3.4.6"
+__version__ = "3.4.7"
__author__ = "The Python Cryptographic Authority and individual contributors"
__email__ = "cryptography-dev@python.org"