From c89c89239c1bd0eb0725cc0daba9d10c6b402728 Mon Sep 17 00:00:00 2001 From: joamag Date: Wed, 9 Sep 2015 16:20:12 +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 37b6d686f..7b694c935 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "netius", - version = "1.5.24", + version = "1.5.25", 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 c4fd4d5cc..f45c2772a 100644 --- a/src/netius/base/common.py +++ b/src/netius/base/common.py @@ -63,7 +63,7 @@ identification of both the clients and the services this value may be prefixed or suffixed """ -VERSION = "1.5.24" +VERSION = "1.5.25" """ The version value that identifies the version of the current infra-structure, all of the services and clients may share this value """