diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-07-26 22:09:35 -0500 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-07-26 23:09:35 -0400 |
| commit | 38a2d0b94852bcd4d017ee77cb6dec8dee3ce2ae (patch) | |
| tree | 40f26045402ed36a3a49c96dad3bfcae1ca3acbd /src | |
| parent | 1362a977808188461a4b901914f8364da5caa239 (diff) | |
| download | cryptography-2.0.2.tar.gz | |
changelog and version bump for 2.0.2 (#3826)2.0.2
* changelog and version bump for 2.0.2
* diff language
Diffstat (limited to 'src')
| -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 c363a0a81..6dc68e3b1 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.0.1" +__version__ = "2.0.2" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
