diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-08-24 13:01:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-24 13:01:04 -0400 |
| commit | 70ccc2542cf3bf374861b55f6527424307722763 (patch) | |
| tree | d59c33352e24625e5d1296c75bdb36f225db2e8b /src/cryptography/__about__.py | |
| parent | a19014a087759f3df72b2cd70ed7a0d8a6481340 (diff) | |
| download | cryptography-3.4.x.tar.gz | |
* 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/cryptography/__about__.py')
| -rw-r--r-- | src/cryptography/__about__.py | 2 |
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" |
