# HG changeset patch # User BenoƮt Allard # Date 1413554970 -7200 # Node ID ce1a272d86d64e7f886051ef4265209a5ecc17ff # Parent be6553a438fab71c79d5facfb3109ab4adc8aea8# Parent 98cf4a6457f40f037163e843cced724b2249d10c merged diff -r 98cf4a6457f4 -r ce1a272d86d6 .hgtags --- a/.hgtags Fri Oct 17 16:09:09 2014 +0200 +++ b/.hgtags Fri Oct 17 16:09:30 2014 +0200 @@ -1,1 +1,3 @@ 3478e20885fdcda72195495f0ad9c14af9dea092 0.1 +631852daa99185390118136ce9bfbdf808918bbe 0.2 +5d19b3158538cb68c9d71feb3cee32dd0ac9de8d 0.2.1 diff -r 98cf4a6457f4 -r ce1a272d86d6 CHANGES --- a/CHANGES Fri Oct 17 16:09:09 2014 +0200 +++ b/CHANGES Fri Oct 17 16:09:30 2014 +0200 @@ -1,4 +1,13 @@ -Farol 0.2 (2014-??-??) +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 98cf4a6457f4 -r ce1a272d86d6 farol/__init__.py --- a/farol/__init__.py Fri Oct 17 16:09:09 2014 +0200 +++ b/farol/__init__.py Fri Oct 17 16:09:30 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.1'