diff --git a/avocado-virt.spec b/avocado-virt.spec index 826411b..e450ac7 100644 --- a/avocado-virt.spec +++ b/avocado-virt.spec @@ -1,6 +1,6 @@ Summary: Avocado Virt Plugin Name: avocado-virt -Version: 0.26.0 +Version: 0.27.0 Release: 1%{?dist} License: GPLv2 Group: Development/Tools @@ -44,6 +44,9 @@ during avocado virt tests. %{python_sitelib}/avocado/virt/utils/video.py* %changelog +* Mon Aug 3 2015 Lucas Meneghel Rodrigues - 0.27.0-1 +- New upstream release 0.27.0 + * Tue Jul 6 2015 Lucas Meneghel Rodrigues - 0.26.0-1 - New upstream release 0.26.0 diff --git a/setup.py b/setup.py index 51669d3..8878391 100644 --- a/setup.py +++ b/setup.py @@ -17,10 +17,11 @@ # pylint: disable=E0611 from distutils.core import setup -VERSION = '0.26.0' +VERSION = '0.27.0' VIRTUAL_ENV = 'VIRTUAL_ENV' in os.environ + def get_dir(system_path=None, virtual_path=None): """ Retrieve VIRTUAL_ENV friendly path