# HG changeset patch # User BenoƮt Allard # Date 1413555065 -7200 # Node ID eb790c2848c3712d1ce3c87aabaa1b9ede622756 # Parent ce1a272d86d64e7f886051ef4265209a5ecc17ff Prepare the release of Farol 0.2.2 diff -r ce1a272d86d6 -r eb790c2848c3 CHANGES --- a/CHANGES Fri Oct 17 16:09:30 2014 +0200 +++ b/CHANGES Fri Oct 17 16:11:05 2014 +0200 @@ -1,3 +1,12 @@ +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) ======================== diff -r ce1a272d86d6 -r eb790c2848c3 farol/__init__.py --- a/farol/__init__.py Fri Oct 17 16:09:30 2014 +0200 +++ b/farol/__init__.py Fri Oct 17 16:11:05 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.1' +__version__ = '0.2.2'