diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-09 00:29:22 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-09 00:29:22 -0400 |
commit | 3dd326767b34980f3095c67251d77a86bc9202fe (patch) | |
tree | ad6731087c1fd281c2c8ed9902124a130223c3f6 /src | |
parent | 0ee210bf4c03309512fdaad13d481548d9056237 (diff) | |
parent | 5dc4b882ea2726b38b0c61fbcb854dd50d3dcee6 (diff) | |
download | cryptography-3dd326767b34980f3095c67251d77a86bc9202fe.tar.gz cryptography-3dd326767b34980f3095c67251d77a86bc9202fe.tar.bz2 cryptography-3dd326767b34980f3095c67251d77a86bc9202fe.zip |
Merge pull request #1735 from reaperhulk/0.8-changelog-version
update changelog and bump version to 0.8
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 ee16edd7..c760af71 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__ = "0.8.dev1" +__version__ = "0.8" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |