From 5d4d84eefac0d8c836125c329220c678d1feb633 Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Tue, 16 Jan 2018 11:35:59 +0100 Subject: Update versions of moon_manager and moon_orchestrator Change-Id: I93e0b0f353a53be1633aefd07a15da0fe99ec069 --- moon_manager/moon_manager/__init__.py | 2 +- moon_orchestrator/moon_orchestrator/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/moon_manager/moon_manager/__init__.py b/moon_manager/moon_manager/__init__.py index 6f964a63..85c245e0 100644 --- a/moon_manager/moon_manager/__init__.py +++ b/moon_manager/moon_manager/__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.3.2" +__version__ = "4.4.0" diff --git a/moon_orchestrator/moon_orchestrator/__init__.py b/moon_orchestrator/moon_orchestrator/__init__.py index 3276f42d..85c245e0 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.3.1" +__version__ = "4.4.0" -- cgit 1.2.3-korg