From 67e03a8d9d34411c35fec6d79dd36de81d0b2726 Mon Sep 17 00:00:00 2001 From: DEKHTIARJonathan Date: Mon, 14 Aug 2017 20:00:24 +0200 Subject: [PATCH] Runtime Updated to Python 3.6.2 --- manifest.yml | 2 +- runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.yml b/manifest.yml index 3c97e62..3bc45a3 100644 --- a/manifest.yml +++ b/manifest.yml @@ -11,7 +11,7 @@ applications: url: - www.feedcrunch.io - feedcrunch.eu-gb.mybluemix.net - + - name: Feedcrunch-Worker-Prod host: feedcrunch-worker-prod instances: 4 diff --git a/runtime.txt b/runtime.txt index 5871d65..fc81e75 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.6.1 \ No newline at end of file +python-3.6.2 \ No newline at end of file