From 66621f4a596c4c1c3c37ba15e13fe6b5fb3de04e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 27 Aug 2014 07:15:29 +0200 Subject: Version 5.6.3 of pyAggr3g470r released. --- NEWS.rst | 8 ++++++++ pyaggr3g470r/views.py | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 361f230b..eb996de9 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,5 +1,13 @@ pyAggr3g470r project news +5.6.3: 2014-08-27 + News: It is now possible to delete articles older than a given number + of weeks. This can be done via the management page. + An new environment variable enables to activate or deactivate the + self-registration. + Changes: translations were updated. Some minor bugfixes. Improved + deployment instructions in the README. + 5.6.2: 2014-08-10 Minor improvements: Articles are automatically retrieved after the import of an OPML file. diff --git a/pyaggr3g470r/views.py b/pyaggr3g470r/views.py index fc0761d2..fad29fc5 100644 --- a/pyaggr3g470r/views.py +++ b/pyaggr3g470r/views.py @@ -20,9 +20,9 @@ # along with this program. If not, see . __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 5.2 $" +__version__ = "$Revision: 5.3 $" __date__ = "$Date: 2010/01/29 $" -__revision__ = "$Date: 2014/08/10 $" +__revision__ = "$Date: 2014/08/27 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "AGPLv3" -- cgit