aboutsummaryrefslogtreecommitdiffstats
path: root/vectors
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-27 13:16:57 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-27 13:16:57 -0500
commit9c2a11b283aaa693686a875b3d372b97ea85133d (patch)
tree5ec095f51196ac27f1e7a37e3e8a41fbbc48269e /vectors
parent3d5d6471b10e5f46eb8b40a9a41eb16e657d25b8 (diff)
downloadcryptography-9c2a11b283aaa693686a875b3d372b97ea85133d.tar.gz
cryptography-9c2a11b283aaa693686a875b3d372b97ea85133d.tar.bz2
cryptography-9c2a11b283aaa693686a875b3d372b97ea85133d.zip
bump versions and changelog for third release
Diffstat (limited to 'vectors')
-rw-r--r--vectors/cryptography_vectors/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index 8d07fd0f..2a22c0a2 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -22,7 +22,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "0.3.dev1"
+__version__ = "0.3"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"