mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
commit
ec688200e2
2 changed files with 2 additions and 2 deletions
|
|
@ -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, "
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.1 - YYYY-MM-DD
|
||||
0.1 - 2014-01-08
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Initial release.
|
||||
|
|
|
|||
Loading…
Reference in a new issue