diff --git a/xaal-lib/CHANGELOG.rst b/xaal-lib/CHANGELOG.rst index 70c76864207cc990375595ad2605243557397ed1..eb6a7006d5ecfd82b0bac62e8edc81e314b9520d 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 f50c692f0bc869f4d035edcfaabb1c90e706413b..47d9b6565a6fff5645fdc74a5d5e663d0df70595 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",