Skip to content

Commit

Permalink
avocado-virt: Update to release 0.25.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 Jun 16, 2015
1 parent 84204c1 commit 701b1da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PYTHON=`which python`
DESTDIR=/
BUILDIR=$(CURDIR)/debian/avocado-virt
PROJECT=avocado
VERSION="0.24.0"
VERSION="0.25.0"

all:
@echo "make source - Create source package"
Expand Down
7 changes: 5 additions & 2 deletions avocado-virt.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Avocado Virt Plugin
Name: avocado-virt
Version: 0.24.0
Release: 2%{?dist}
Version: 0.25.0
Release: 1%{?dist}
License: GPLv2
Group: Development/Tools
URL: http://avocado-framework.readthedocs.org/
Expand Down Expand Up @@ -44,6 +44,9 @@ during avocado virt tests.
%{python_sitelib}/avocado/virt/utils/video.py*

%changelog
* Tue Jun 16 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.25.0-1
- New upstream release 0.25.0

* Fri May 22 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.24.0-2
- Fix issue with migration timeout settings

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# pylint: disable=E0611
from distutils.core import setup

VERSION = '0.24.0'
VERSION = '0.25.0'

VIRTUAL_ENV = 'VIRTUAL_ENV' in os.environ

Expand Down

0 comments on commit 701b1da

Please sign in to comment.