Mercurial > farol
changeset 121:ce1a272d86d6
merged
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Fri, 17 Oct 2014 16:09:30 +0200 |
parents | be6553a438fa (diff) 98cf4a6457f4 (current diff) |
children | eb790c2848c3 |
files | |
diffstat | 3 files changed, 13 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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'