From 69365ce2041081fe6b109496bbb9c56f86ccb7b5 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 4 Jun 2016 09:57:11 -0700 Subject: changelog and version bump (#2962) * changelog and version bump * typo, sigh * fine you win doc8 * it's a brand new day * add sign/verify for RSA to changelog --- vectors/cryptography_vectors/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vectors/cryptography_vectors') diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index e6278b52..5d90e887 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__ = "1.4dev1" +__version__ = "1.4" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" -- cgit v1.2.3