Skip to content

Commit

Permalink
New upstream release 0.24.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Rudá Moura <[email protected]>
  • Loading branch information
ruda committed May 18, 2015
1 parent b064153 commit 054119c
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.1.0"
VERSION="0.24.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.23.0
Version: 0.24.0
Release: 1%{?dist}
License: GPLv2
Group: Development/Tools
Expand Down Expand Up @@ -41,6 +41,9 @@ during avocado virt tests.
%{python_sitelib}/avocado/virt/utils/video.py*

%changelog
* Mon May 18 2015 Ruda Moura <[email protected]> - 0.24.0-1
- New upstream release

* Mon Apr 21 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.23.0-1
- New upstream release

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

VERSION = '0.23.0'
VERSION = '0.24.0'

setup(name='avocado-virt',
version=VERSION,
Expand Down

0 comments on commit 054119c

Please sign in to comment.