From 4f223ee1a235b65b3c8f6c897cac895c73e958d5 Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Mon, 3 Aug 2015 23:43:34 -0300 Subject: [PATCH] Avocado Virt: Release 0.27.0 Signed-off-by: Lucas Meneghel Rodrigues --- avocado-virt.spec | 5 ++++- setup.py | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) 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