# HG changeset patch # User BenoƮt Allard # Date 1413551343 -7200 # Node ID dfa9fe731e786be32b3ade4c5403add092e066e6 # Parent 4b53e7bcff0d40108f14322206a5841c8216d853 Prepare for 0.1.1 release diff -r 4b53e7bcff0d -r dfa9fe731e78 CHANGES --- a/CHANGES Wed Oct 15 09:50:32 2014 +0200 +++ b/CHANGES Fri Oct 17 15:09:03 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 4b53e7bcff0d -r dfa9fe731e78 farolluz/__init__.py --- a/farolluz/__init__.py Wed Oct 15 09:50:32 2014 +0200 +++ b/farolluz/__init__.py Fri Oct 17 15:09:03 2014 +0200 @@ -28,4 +28,4 @@ This is part of Farol: A Security Advisory Management Platform. """ -__version__ = '0.1' +__version__ = '0.1.1'