From 447dc23914210992f357550b179e19f47a9ac0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Mon, 10 Oct 2016 08:35:56 +0200 Subject: [PATCH] Fixed 2.1 version --- server/src/uds/core/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/uds/core/__init__.py b/server/src/uds/core/__init__.py index f25335f1..cf4c2531 100644 --- a/server/src/uds/core/__init__.py +++ b/server/src/uds/core/__init__.py @@ -39,5 +39,5 @@ from uds.core.Environment import Environmentable from uds.core.Serializable import Serializable from uds.core.BaseModule import Module -VERSION = '2.0.0-DEVEL' -VERSION_STAMP = '20160501-DEVEL' +VERSION = '2.1.0-DEVEL' +VERSION_STAMP = '20161001-DEVEL'