Mercurial > farol
changeset 122:eb790c2848c3 0.2.2
Prepare the release of Farol 0.2.2
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Fri, 17 Oct 2014 16:11:05 +0200 |
parents | ce1a272d86d6 |
children | b74bf98ff879 |
files | CHANGES farol/__init__.py |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Fri Oct 17 16:09:30 2014 +0200 +++ b/CHANGES Fri Oct 17 16:11:05 2014 +0200 @@ -1,3 +1,12 @@ +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) ========================
--- a/farol/__init__.py Fri Oct 17 16:09:30 2014 +0200 +++ b/farol/__init__.py Fri Oct 17 16:11:05 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.1' +__version__ = '0.2.2'