aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-01-29 18:24:22 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-01-29 18:24:22 +0100
commite63de72abd899c260c568a5028d58099124c1392 (patch)
tree3230cbfbb38c7cf60cd48f0904c7f28de116be89
parentUpdated README. (diff)
downloadnewspipe-e63de72abd899c260c568a5028d58099124c1392.tar.gz
newspipe-e63de72abd899c260c568a5028d58099124c1392.tar.bz2
newspipe-e63de72abd899c260c568a5028d58099124c1392.zip
Released version 4.5. Installation in one step. Misc improvements to the Jinja templates. Improvements to the feed fetcher.
-rw-r--r--pyaggr3g470r/views.py4
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>
__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"
bgstack15