Mercurial > farol
changeset 133:b4bb5966af01
merged
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Fri, 24 Oct 2014 12:59:45 +0200 |
parents | 812e613cbbb4 (current diff) b74bf98ff879 (diff) |
children | 50f15280dfee |
files | |
diffstat | 3 files changed, 23 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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'