diff --git a/Changelog b/Changelog index ff538fc..e92281d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +0.2.1 +* compability fix for newer openlmi-tools * enhanced check_result() method invocation * fixed handling of verbosity parameter * fixed handling of ARG_ARRAY_SUFFIX diff --git a/setup.py b/setup.py index 1a4ce0d..4d5d8d6 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python PROJECT = 'openlmi-scripts' -VERSION = '0.2.0' +VERSION = '0.2.1' # Bootstrap installation of Distribute from setuptools import setup, find_packages