# HG changeset patch # User BenoƮt Allard # Date 1414148385 -7200 # Node ID b4bb5966af019a1a3787ff194174eaf1e9f4caa9 # Parent 812e613cbbb43d8da7de7ca083958061c4ee382f# Parent b74bf98ff87985191fcf528a22208640dbee286a merged diff -r 812e613cbbb4 -r b4bb5966af01 .hgtags --- a/.hgtags Fri Oct 24 12:59:35 2014 +0200 +++ b/.hgtags Fri Oct 24 12:59:45 2014 +0200 @@ -1,1 +1,4 @@ 3478e20885fdcda72195495f0ad9c14af9dea092 0.1 +631852daa99185390118136ce9bfbdf808918bbe 0.2 +5d19b3158538cb68c9d71feb3cee32dd0ac9de8d 0.2.1 +eb790c2848c3712d1ce3c87aabaa1b9ede622756 0.2.2 diff -r 812e613cbbb4 -r b4bb5966af01 CHANGES --- a/CHANGES Fri Oct 24 12:59:35 2014 +0200 +++ b/CHANGES Fri Oct 24 12:59:45 2014 +0200 @@ -1,4 +1,22 @@ -Farol 0.2 (2014-??-??) +Farol 0.2.2 (2014-10-17) +======================== + +This is the second patch release of Farol 0.2. Farol is a Security Advisory +Management (Web) Platform. + +This release fix another small issue that slept in the release of Farol 0.2.1 + + +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) ====================== This is the second release of Farol. Farol is a Security Advisory Management diff -r 812e613cbbb4 -r b4bb5966af01 farol/__init__.py --- a/farol/__init__.py Fri Oct 24 12:59:35 2014 +0200 +++ b/farol/__init__.py Fri Oct 24 12:59:45 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.1' +__version__ = '0.2.2'