summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2021-08-24 13:01:04 -0400
committerGitHub <noreply@github.com>2021-08-24 13:01:04 -0400
commit70ccc2542cf3bf374861b55f6527424307722763 (patch)
treed59c33352e24625e5d1296c75bdb36f225db2e8b /src
parenta19014a087759f3df72b2cd70ed7a0d8a6481340 (diff)
downloadcryptography-3.4.x.tar.gz
bump version and changelog for 3.4.8 (#6225)3.4.83.4.x
* bump version and changelog for 3.4.8 * add a flake8 ignore * more CI bitrot * still more * one day * ugh, twisted
Diffstat (limited to 'src')
-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 095215591..52cd08e5b 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.7"
+__version__ = "3.4.8"
__author__ = "The Python Cryptographic Authority and individual contributors"
__email__ = "cryptography-dev@python.org"