summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-08-20 20:26:03 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-08-20 20:26:03 -0700
commit93281bfa89342ed9ccf48cb391b1f19cdb4fe78c (patch)
treec2129c229c2bf2652487cd06a48c847c3f0f3261
parentcdf6aa0ab5e0a2f6d405733a932e2e4a3a244561 (diff)
parent10dafab9a2d8be88b201c8567b081982a3db0a05 (diff)
downloadcryptography-0.5.x.tar.gz
Merge pull request #1312 from reaperhulk/0.5.40.5.40.5.x
bump version to 0.5.4, set date in changelog
-rw-r--r--CHANGELOG.rst2
-rw-r--r--cryptography/__about__.py2
-rw-r--r--vectors/cryptography_vectors/__about__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c2fccbe1f..f387f9dd6 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,7 +1,7 @@
Changelog
=========
-0.5.4 - 2014-08-19
+0.5.4 - 2014-08-20
~~~~~~~~~~~~~~~~~~
* Added several functions to the OpenSSL bindings to support new
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index f852ed4fe..048a2d920 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -22,7 +22,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "0.5.3"
+__version__ = "0.5.4"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index de876d788..0bcc3261a 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.5.3"
+__version__ = "0.5.4"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"