aboutsummaryrefslogtreecommitdiffstats
path: root/vectors
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-27 13:01:26 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-27 13:01:26 -0700
commite0d2e1ea7367e05197634c8c869678b7b169c102 (patch)
treeb6b7f9bfae8f450568baa975d3502b8129c0c5ff /vectors
parent3d5d6471b10e5f46eb8b40a9a41eb16e657d25b8 (diff)
parent1592e5b20381d727b41f9a634e4b22a9f1a68e14 (diff)
downloadcryptography-e0d2e1ea7367e05197634c8c869678b7b169c102.tar.gz
cryptography-e0d2e1ea7367e05197634c8c869678b7b169c102.tar.bz2
cryptography-e0d2e1ea7367e05197634c8c869678b7b169c102.zip
Merge pull request #852 from reaperhulk/third-release
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"