Mercurial > farol
changeset 114:631852daa991 0.2
Prepare for 0.2 release
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Fri, 17 Oct 2014 15:04:58 +0200 |
parents | 57983a663cc6 |
children | 55b37ccc51be |
files | CHANGES farol/__init__.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Wed Oct 15 15:30:18 2014 +0200 +++ b/CHANGES Fri Oct 17 15:04:58 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 Wed Oct 15 15:30:18 2014 +0200 +++ b/farol/__init__.py Fri Oct 17 15:04:58 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'