From 14279f64b5a2d850688bf4c809f7ee95f5830d23 Mon Sep 17 00:00:00 2001 From: joamag Date: Fri, 15 Jul 2016 14:09:29 +0100 Subject: [PATCH] new version --- setup.py | 2 +- src/netius/base/common.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index eac6046e8..c81e96ba8 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ netius.common.ensure_setup() setuptools.setup( name = "netius", - version = "1.8.15", + version = "1.8.16", author = "Hive Solutions Lda.", author_email = "development@hive.pt", description = "Netius System", diff --git a/src/netius/base/common.py b/src/netius/base/common.py index 22ba01179..1fbca203a 100644 --- a/src/netius/base/common.py +++ b/src/netius/base/common.py @@ -62,7 +62,7 @@ identification of both the clients and the services this value may be prefixed or suffixed """ -VERSION = "1.8.15" +VERSION = "1.8.16" """ The version value that identifies the version of the current infra-structure, all of the services and clients may share this value """