From 5e950d86a3ba50be9fc02271480bd4c93e148871 Mon Sep 17 00:00:00 2001 From: ptangu01 <ptangu01@b32b6428-25c9-4566-ad07-03861ab6144f> Date: Wed, 19 Aug 2015 14:15:47 +0000 Subject: [PATCH] Tagging the realease 0.4_r2 git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/tags/release-0.4_r2@1089 b32b6428-25c9-4566-ad07-03861ab6144f --- xaal-lib/CHANGELOG.rst | 5 +++-- xaal-lib/setup.py | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/xaal-lib/CHANGELOG.rst b/xaal-lib/CHANGELOG.rst index 70c76864..eb6a7006 100644 --- a/xaal-lib/CHANGELOG.rst +++ b/xaal-lib/CHANGELOG.rst @@ -1,6 +1,7 @@ Changelog ========= -v0.4: - * The xAAL stack is still in a development status and "try" to fit with the + +v0.4_r2: + * The xAAL stack is still in a development status and fit with the xAAL specification version 0.4 diff --git a/xaal-lib/setup.py b/xaal-lib/setup.py index f50c692f..47d9b656 100644 --- a/xaal-lib/setup.py +++ b/xaal-lib/setup.py @@ -10,8 +10,8 @@ with open(path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f: setup( name='xaal-lib', - version='0.4', - description='xaal-lib is the stack of xAAL protocol dedicated to home automation systems', + version='0.4_r2', + description='xaal-lib is the Python stack of xAAL protocol dedicated to home automation systems', long_description = long_description, url='http://recherche.telecom-bretagne.eu/xaal/', author="Telecom Bretagne, IHSEV team", -- GitLab