diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-08-27 07:15:29 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-08-27 07:15:29 +0200 |
commit | 66621f4a596c4c1c3c37ba15e13fe6b5fb3de04e (patch) | |
tree | 3b087ca99d60d09953a8dbb6dc3d88caeb6de4e9 | |
parent | Updated README. (diff) | |
download | newspipe-66621f4a596c4c1c3c37ba15e13fe6b5fb3de04e.tar.gz newspipe-66621f4a596c4c1c3c37ba15e13fe6b5fb3de04e.tar.bz2 newspipe-66621f4a596c4c1c3c37ba15e13fe6b5fb3de04e.zip |
Version 5.6.3 of pyAggr3g470r released.
-rw-r--r-- | NEWS.rst | 8 | ||||
-rw-r--r-- | pyaggr3g470r/views.py | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -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 <http://www.gnu.org/licenses/>. __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" |