aboutsummaryrefslogtreecommitdiff
path: root/runtime.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-10 11:29:37 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-10 11:29:37 +0100
commit562ed01cdcb778c8762e77c917f495e3b6205f96 (patch)
tree63d06702156d866ae9dea18aacd9dc05d01d56d0 /runtime.txt
parentA dedicated repository for the documentation has been created. (diff)
downloadnewspipe-562ed01cdcb778c8762e77c917f495e3b6205f96.tar.gz
newspipe-562ed01cdcb778c8762e77c917f495e3b6205f96.tar.bz2
newspipe-562ed01cdcb778c8762e77c917f495e3b6205f96.zip
Heroku now supports Python 3.5.1.
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 294a23e9..78082e3a 100644
--- a/runtime.txt
+++ b/runtime.txt
@@ -1 +1 @@
-python-3.5.0
+python-3.5.1
bgstack15