From d873b4cf3f53f7dee8ed68722e9c413d9f60881c Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 8 Jan 2014 11:42:45 -0800 Subject: Prepare to release. --- cryptography/__about__.py | 2 +- docs/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptography/__about__.py b/cryptography/__about__.py index 54a9dbe6..95f85749 100644 --- a/cryptography/__about__.py +++ b/cryptography/__about__.py @@ -22,7 +22,7 @@ __summary__ = ("cryptography is a package designed to expose cryptographic " "recipes and primitives to Python developers.") __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.1.dev1" +__version__ = "0.1" __author__ = ("Alex Gaynor, Hynek Schlawack, Donald Stufft, " "Laurens Van Houtven, Jean-Paul Calderone, Christian Heimes, " diff --git a/docs/changelog.rst b/docs/changelog.rst index 4d782216..b2d24c58 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -0.1 - YYYY-MM-DD +0.1 - 2014-01-08 ~~~~~~~~~~~~~~~~ * Initial release. -- cgit v1.2.3