aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-09-26 23:05:16 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-09-26 23:05:16 +0200
commit8a2712e6c503694af5145edaf7737a85818c5f2c (patch)
treee7b300e2b0014c12ee688a121ad77b58a751d913
parentUpgrade to React v16.0.0. (diff)
downloadnewspipe-8a2712e6c503694af5145edaf7737a85818c5f2c.tar.gz
newspipe-8a2712e6c503694af5145edaf7737a85818c5f2c.tar.bz2
newspipe-8a2712e6c503694af5145edaf7737a85818c5f2c.zip
Updated Python runtime to 3.6.2 on Heroku.
-rw-r--r--runtime.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime.txt b/runtime.txt
index c91e43be..cfa5aa5c 100644
--- a/runtime.txt
+++ b/runtime.txt
@@ -1 +1 @@
-python-3.6.1
+python-3.6.2
bgstack15