diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-09-27 08:41:09 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-09-27 08:41:09 -0400 |
| commit | 612e72e2d794c58bc413a3062e664dcc1a1259ee (patch) | |
| tree | d7f2d749c78c239d3b7c69e51bfb4949d403ece1 /src | |
| parent | 1e5c2efd04074de0b33c5f5fb4023b4dead471e5 (diff) | |
| parent | 6466727e53cf5c14f2f10453ea6a7fb1569d1cce (diff) | |
| download | cryptography-1.0.2.tar.gz | |
bump version to 1.0.2 and add changelog entry
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 55e2aa20c..9ca44eb40 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__ = "1.0.1" +__version__ = "1.0.2" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
