aboutsummaryrefslogtreecommitdiffstats
path: root/vectors/cryptography_vectors
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-09 00:29:22 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-09 00:29:22 -0400
commit3dd326767b34980f3095c67251d77a86bc9202fe (patch)
treead6731087c1fd281c2c8ed9902124a130223c3f6 /vectors/cryptography_vectors
parent0ee210bf4c03309512fdaad13d481548d9056237 (diff)
parent5dc4b882ea2726b38b0c61fbcb854dd50d3dcee6 (diff)
downloadcryptography-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 'vectors/cryptography_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 f17d7b8e..9e3a2431 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -14,7 +14,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "0.8.dev1"
+__version__ = "0.8"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"