Mercurial > farol
changeset 117:36539669c534
merged
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Fri, 17 Oct 2014 15:58:38 +0200 |
parents | 55b37ccc51be (diff) 3caecc34525a (current diff) |
children | 5d19b3158538 |
files | |
diffstat | 3 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgtags Fri Oct 17 15:54:58 2014 +0200 +++ b/.hgtags Fri Oct 17 15:58:38 2014 +0200 @@ -1,1 +1,2 @@ 3478e20885fdcda72195495f0ad9c14af9dea092 0.1 +631852daa99185390118136ce9bfbdf808918bbe 0.2
--- a/CHANGES Fri Oct 17 15:54:58 2014 +0200 +++ b/CHANGES Fri Oct 17 15:58:38 2014 +0200 @@ -1,4 +1,4 @@ -Farol 0.2 (2014-??-??) +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 15:54:58 2014 +0200 +++ b/farol/__init__.py Fri Oct 17 15:58:38 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'