From e63de72abd899c260c568a5028d58099124c1392 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 29 Jan 2014 18:24:22 +0100 Subject: Released version 4.5. Installation in one step. Misc improvements to the Jinja templates. Improvements to the feed fetcher. --- pyaggr3g470r/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r') diff --git a/pyaggr3g470r/views.py b/pyaggr3g470r/views.py index e2832500..b53b03c3 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: 4.4 $" +__version__ = "$Revision: 4.5 $" __date__ = "$Date: 2010/01/29 $" -__revision__ = "$Date: 2013/12/27 $" +__revision__ = "$Date: 2014/01/29 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" -- cgit