# HG changeset patch # User BenoƮt Allard # Date 1415114155 -3600 # Node ID 8f0096e8b800ceb326a1e26ecb674b12880cc5c1 # Parent 617915733729233137f77335130bebb80b24c0de Release version 1.0 diff -r 617915733729 -r 8f0096e8b800 CHANGES --- a/CHANGES Wed Nov 05 11:18:51 2014 +0100 +++ b/CHANGES Tue Nov 04 16:15:55 2014 +0100 @@ -1,5 +1,9 @@ -Farol next -========== +Farol 1.0 (2014-11-04) +====================== + +This is the first public release of Farol. Farol is the Security Advisory +Management platform. It offers to review, create, edit and transform security +advisories supporting various input and output formats. Main changes since 0.2.2: ------------------------- diff -r 617915733729 -r 8f0096e8b800 farol/__init__.py --- a/farol/__init__.py Wed Nov 05 11:18:51 2014 +0100 +++ b/farol/__init__.py Tue Nov 04 16:15:55 2014 +0100 @@ -22,4 +22,4 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -__version__ = '0.2.2' +__version__ = '1.0'