diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-27 13:16:57 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-27 13:16:57 -0500 |
commit | 9c2a11b283aaa693686a875b3d372b97ea85133d (patch) | |
tree | 5ec095f51196ac27f1e7a37e3e8a41fbbc48269e /cryptography | |
parent | 3d5d6471b10e5f46eb8b40a9a41eb16e657d25b8 (diff) | |
download | cryptography-9c2a11b283aaa693686a875b3d372b97ea85133d.tar.gz cryptography-9c2a11b283aaa693686a875b3d372b97ea85133d.tar.bz2 cryptography-9c2a11b283aaa693686a875b3d372b97ea85133d.zip |
bump versions and changelog for third release
Diffstat (limited to 'cryptography')
-rw-r--r-- | cryptography/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py index b175824f..492fe10a 100644 --- a/cryptography/__about__.py +++ b/cryptography/__about__.py @@ -22,7 +22,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes" " and primitives to Python developers.") __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.3.dev1" +__version__ = "0.3" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |