Skip to content

Commit

Permalink
Avocado Virt: Release 0.26.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 Jul 7, 2015
1 parent d82587a commit f066b10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.25.0"
VERSION="0.26.0"

all:
@echo "make source - Create source package"
Expand Down
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.25.0
Version: 0.26.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
* Tue Jul 6 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.26.0-1
- New upstream release 0.26.0

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

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.25.0'
VERSION = '0.26.0'

VIRTUAL_ENV = 'VIRTUAL_ENV' in os.environ

Expand Down

0 comments on commit f066b10

Please sign in to comment.