aboutsummaryrefslogtreecommitdiff
path: root/runtime.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-09-18 22:31:09 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-09-18 22:31:09 +0200
commitcd41896c4f2d9d5b61ebd272da31479d90055b05 (patch)
treeba36665361bee316bedcaba4b5f8bbc8613440eb /runtime.txt
parentWith the new version of Flask-Login is_authenticated is now a property. (diff)
downloadnewspipe-cd41896c4f2d9d5b61ebd272da31479d90055b05.tar.gz
newspipe-cd41896c4f2d9d5b61ebd272da31479d90055b05.tar.bz2
newspipe-cd41896c4f2d9d5b61ebd272da31479d90055b05.zip
Updated Python runtime for Heroku.
Diffstat (limited to 'runtime.txt')
-rw-r--r--runtime.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime.txt b/runtime.txt
index bc42bd0a..79672da1 100644
--- a/runtime.txt
+++ b/runtime.txt
@@ -1 +1 @@
-python-3.4.2
+python-3.4.3
bgstack15