diff options
-rw-r--r-- | cryptography/__about__.py | 2 | ||||
-rw-r--r-- | docs/changelog.rst | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py index 95f85749..aa1878da 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" +__version__ = "0.2.dev1" __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 b2d24c58..41db635e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,9 @@ Changelog ========= +0.2 - 2014-XX-XX +~~~~~~~~~~~~~~~~ + +* In development. 0.1 - 2014-01-08 ~~~~~~~~~~~~~~~~ |