Skip to content

Commit

Permalink
Avocado Virt: Release 0.27.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
  • Loading branch information
lmr committed Aug 4, 2015
1 parent 06802ab commit 4f223ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion avocado-virt.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -44,6 +44,9 @@ during avocado virt tests.
%{python_sitelib}/avocado/virt/utils/video.py*

%changelog
* Mon Aug 3 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.27.0-1
- New upstream release 0.27.0

* Tue Jul 6 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.26.0-1
- New upstream release 0.26.0

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f223ee

Please sign in to comment.