diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-10-27 22:12:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 19:12:50 -0700 |
| commit | 0c7592c34fd58f0634f493d6ce542ab35d940b26 (patch) | |
| tree | f371c54a8d0d5a6103a63f6d60524b82309f7c90 /src/cryptography/__about__.py | |
| parent | c9e65222c91df8b6f61650a3460e30232962c1e0 (diff) | |
| download | cryptography-3.2.1.tar.gz | |
* Disable blinding for RSA pub keys (#5524)
* Bump to 3.2.1
Diffstat (limited to 'src/cryptography/__about__.py')
| -rw-r--r-- | src/cryptography/__about__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index b960f7ed1..1c9e51108 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -22,10 +22,10 @@ __summary__ = ( ) __uri__ = "https://github.com/pyca/cryptography" -__version__ = "3.2" +__version__ = "3.2.1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" __license__ = "BSD or Apache License, Version 2.0" -__copyright__ = "Copyright 2013-2019 {}".format(__author__) +__copyright__ = "Copyright 2013-2020 {}".format(__author__) |
