Mercurial > farol
changeset 118:5d19b3158538 0.2.1
Prepare for 0.2.1 release
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Fri, 17 Oct 2014 16:01:01 +0200 |
parents | 36539669c534 |
children | be6553a438fa |
files | CHANGES farol/__init__.py |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Fri Oct 17 15:58:38 2014 +0200 +++ b/CHANGES Fri Oct 17 16:01:01 2014 +0200 @@ -1,3 +1,12 @@ +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) ======================
--- a/farol/__init__.py Fri Oct 17 15:58:38 2014 +0200 +++ b/farol/__init__.py Fri Oct 17 16:01:01 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' +__version__ = '0.2.1'