Release 1.0.7

This commit is contained in:
Benjamin Dauvergne 2016-03-23 10:47:50 +01:00
parent 0a38e72e1b
commit fe20b03e7b
2 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,6 @@
include tests/*.py
include stdeb.cfg
include tox.ini
recursive-include data *.crt
recursive-include spec *.asn88

10
README
View File

@ -19,3 +19,13 @@ Authors
Benjamin Dauvergne <bdauvergne@entrouvert.com>
Michael Gebetsroither <michael@mgeb.org>
Changelog
=========
1.0.7
-----
- use dateutil to parse genTime
- fix bad instantiation of UTF8String in PKIFreeText
- use tox and py.test