Mercurial > farol
changeset 177:ae584cfe6252 1.1.1
Prepare the 1.1.1 release
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Thu, 08 Jan 2015 14:33:56 +0100 |
parents | ce64c60100cc |
children | e46fb0027e52 |
files | CHANGES farol/__init__.py |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Thu Jan 08 10:17:39 2015 +0100 +++ b/CHANGES Thu Jan 08 14:33:56 2015 +0100 @@ -1,3 +1,13 @@ +Farol 1.1.1 (2015-01-08) +======================== + +This is the first patch release of the Farol 1.1 branch. Farol is the +Security Advisory Management platform. + +This release updates the 'About' page with information about the development +platform 'Wald'. + + Farol 1.1.0 (2015-01-05) ========================
--- a/farol/__init__.py Thu Jan 08 10:17:39 2015 +0100 +++ b/farol/__init__.py Thu Jan 08 14:33:56 2015 +0100 @@ -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__ = '1.1.0' +__version__ = '1.1.1'