diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-17 14:20:40 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-17 17:58:43 -0600 |
commit | e813509bd7c5272ff14550cafd0977abd7a4b9ed (patch) | |
tree | a3588d40f658eba81d2d49dffdcbf6978e321b70 /vectors/cryptography_vectors | |
parent | 230174cec0a9a909bbf8e8f9137da29275d27ba9 (diff) | |
download | cryptography-e813509bd7c5272ff14550cafd0977abd7a4b9ed.tar.gz cryptography-e813509bd7c5272ff14550cafd0977abd7a4b9ed.tar.bz2 cryptography-e813509bd7c5272ff14550cafd0977abd7a4b9ed.zip |
0.7 changelog and version bump
Diffstat (limited to 'vectors/cryptography_vectors')
-rw-r--r-- | vectors/cryptography_vectors/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index 5b321d03..5f36cb64 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.7.dev1" +__version__ = "0.7" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |