diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-09-26 23:05:16 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-09-26 23:05:16 +0200 |
commit | 8a2712e6c503694af5145edaf7737a85818c5f2c (patch) | |
tree | e7b300e2b0014c12ee688a121ad77b58a751d913 /runtime.txt | |
parent | Upgrade to React v16.0.0. (diff) | |
download | newspipe-8a2712e6c503694af5145edaf7737a85818c5f2c.tar.gz newspipe-8a2712e6c503694af5145edaf7737a85818c5f2c.tar.bz2 newspipe-8a2712e6c503694af5145edaf7737a85818c5f2c.zip |
Updated Python runtime to 3.6.2 on Heroku.
Diffstat (limited to 'runtime.txt')
-rw-r--r-- | runtime.txt | 2 |
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 |