diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-11-11 19:50:10 -0500 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-11-11 19:50:10 -0500 |
| commit | db08466131a2d495e4bf58e34bf8d0090be04a2d (patch) | |
| tree | 2fd45693106f04ba0f7efb3e7548db680b5eea1f /src/cryptography | |
| parent | 5e52fdc5f8f3b6c970051c1bf3325b2d0ed8a5db (diff) | |
| download | cryptography-2.4.1.tar.gz | |
Revert O_CLOEXEC change to fix builds (#4570)2.4.1
Diffstat (limited to 'src/cryptography')
| -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 e27f8c067..adedd7624 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -14,7 +14,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes" " and primitives to Python developers.") __uri__ = "https://github.com/pyca/cryptography" -__version__ = "2.4" +__version__ = "2.4.1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
