From 63614e8671b340da8b98ff75f135fae03c170d12 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 20 Feb 2014 10:44:16 -0800 Subject: Bump version numbers for 0.2 release --- cryptography/__about__.py | 2 +- docs/changelog.rst | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cryptography/__about__.py b/cryptography/__about__.py index ee1d8a05..2d2c698d 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.2.dev1" +__version__ = "0.2" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" diff --git a/docs/changelog.rst b/docs/changelog.rst index cd289b6e..d800c77f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,11 +1,9 @@ Changelog ========= -0.2 - 2014-XX-XX +0.2 - 2014-02-20 ~~~~~~~~~~~~~~~~ -**In development** - * Added :doc:`/hazmat/backends/commoncrypto`. * Added initial :doc:`/hazmat/bindings/commoncrypto`. * Removed ``register_cipher_adapter`` method from -- cgit v1.2.3