# HG changeset patch # User BenoƮt Allard # Date 1413554461 -7200 # Node ID 5d19b3158538cb68c9d71feb3cee32dd0ac9de8d # Parent 36539669c5347e4d4c4bc8c77ca43f5670e5a085 Prepare for 0.2.1 release diff -r 36539669c534 -r 5d19b3158538 CHANGES --- a/CHANGES Fri Oct 17 15:58:38 2014 +0200 +++ b/CHANGES Fri Oct 17 16:01:01 2014 +0200 @@ -1,3 +1,12 @@ +Farol 0.2.1 (2014-10-17) +======================== + +This is the first patch release of Farol 0.2. Farol is a Security Advisory +Management (Web) Platform. + +This release fix a small issue that slept in the release of Farol 0.2 + + Farol 0.2 (2014-10-17) ====================== diff -r 36539669c534 -r 5d19b3158538 farol/__init__.py --- a/farol/__init__.py Fri Oct 17 15:58:38 2014 +0200 +++ b/farol/__init__.py Fri Oct 17 16:01:01 2014 +0200 @@ -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' +__version__ = '0.2.1'