aboutsummaryrefslogtreecommitdiffstats
path: root/moon_orchestrator/moon_orchestrator/__init__.py
diff options
context:
space:
mode:
authorfrancois.cellier <francois.cellier@orange.com>2018-03-12 17:00:47 +0100
committerThomas Duval <thomas.duval@orange.com>2018-03-15 16:16:07 +0100
commit8c4396c505ea245af4a542cf87b185a010484f5f (patch)
tree4f4a00943af0914b6180fba14cf6ab3388fed2db /moon_orchestrator/moon_orchestrator/__init__.py
parent73326131f58c5ca208cd54025e12ee9de543d4a7 (diff)
use the threading capability of Flask app; set the number of manager to 1
Change-Id: Ia700f83898de33372c52969f774ee8aa642ee36c
Diffstat (limited to 'moon_orchestrator/moon_orchestrator/__init__.py')
-rw-r--r--moon_orchestrator/moon_orchestrator/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/moon_orchestrator/moon_orchestrator/__init__.py b/moon_orchestrator/moon_orchestrator/__init__.py
index 85c245e0..bc8f2781 100644
--- a/moon_orchestrator/moon_orchestrator/__init__.py
+++ b/moon_orchestrator/moon_orchestrator/__init__.py
@@ -3,4 +3,4 @@
# license which can be found in the file 'LICENSE' in this package distribution
# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
-__version__ = "4.4.0"
+__version__ = "4.4.1"