Merge pull request #431 from dreid/release-0.1

Prepare to release.
This commit is contained in:
Alex Gaynor 2014-01-08 15:02:56 -08:00
commit ec688200e2
2 changed files with 2 additions and 2 deletions

View file

@ -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, "

View file

@ -1,7 +1,7 @@
Changelog
=========
0.1 - YYYY-MM-DD
0.1 - 2014-01-08
~~~~~~~~~~~~~~~~
* Initial release.