# HG changeset patch # User BenoƮt Allard # Date 1414161747 -7200 # Node ID 4b2579d5546977cf5cd305e8fd3c5b79fb7a09a1 # Parent 2ee8fcfc99bcac0d13cdc4b4e73dcdef346dc9cd# Parent 769c6f46f7b25c54e79791acfd6dbed918d7f78e merged diff -r 2ee8fcfc99bc -r 4b2579d55469 .hgtags --- a/.hgtags Fri Oct 24 16:42:19 2014 +0200 +++ b/.hgtags Fri Oct 24 16:42:27 2014 +0200 @@ -1,1 +1,2 @@ 5d81cea79583fbf2928b442d3defa3ae0b2b221f 0.1 +dfa9fe731e786be32b3ade4c5403add092e066e6 0.1.1 diff -r 2ee8fcfc99bc -r 4b2579d55469 CHANGES --- a/CHANGES Fri Oct 24 16:42:19 2014 +0200 +++ b/CHANGES Fri Oct 24 16:42:27 2014 +0200 @@ -1,9 +1,10 @@ -FarolLuz 0.1.1 (????-??-??) +FarolLuz 0.1.1 (2014-10-17) =========================== This is the first patch release of FarolLuz 0.1 -This release add support for reading / writing incomplete CVRF documents. +This release add support for reading / writing incomplete CVRF documents. As +well as introduce a few features for ease of manipulation of the document. Main changes since FarolLuz 0.1: -------------------------------- diff -r 2ee8fcfc99bc -r 4b2579d55469 farolluz/__init__.py --- a/farolluz/__init__.py Fri Oct 24 16:42:19 2014 +0200 +++ b/farolluz/__init__.py Fri Oct 24 16:42:27 2014 +0200 @@ -28,4 +28,4 @@ This is part of Farol: A Security Advisory Management Platform. """ -__version__ = '0.1' +__version__ = '0.1.1'