Skip to content

Commit 69750d7

Browse files
committed
Avocado-vt: Release version 0.30.0
Signed-off-by: Cleber Rosa <crosa@redhat.com>
1 parent 287ce8e commit 69750d7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PYTHON=$(shell which python)
1111
DESTDIR=/
1212
BUILDIR=$(CURDIR)/debian/avocado-virt
1313
PROJECT=avocado
14-
VERSION="0.29.0"
14+
VERSION="0.30.0"
1515
AVOCADO_DIRNAME?=avocado
1616
DIRNAME=$(shell echo $${PWD\#\#*/})
1717

avocado-plugins-vt.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
Summary: Avocado Virt Test Plugin
88
Name: avocado-plugins-vt
9-
Version: 0.29.0
10-
Release: 1%{?dist}
9+
Version: 0.30.0
10+
Release: 0%{?dist}
1111
License: GPLv2
1212
Group: Development/Tools
1313
URL: http://avocado-framework.readthedocs.org/
@@ -51,6 +51,9 @@ Xunit output, among others.
5151

5252

5353
%changelog
54+
* Thu Nov 5 2015 Cleber Rosa <cleber@redhat.com> - 0.30.0-0
55+
- Update to upstream version 0.30.0
56+
5457
* Wed Oct 7 2015 Lucas Meneghel Rodrigues <lmr@redhat.com> - 0.29.0-1
5558
- Update to upstream version 0.29.0
5659

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# pylint: disable=E0611
1919
from distutils.core import setup
2020

21-
VERSION = '0.29.0'
21+
VERSION = '0.30.0'
2222

2323
VIRTUAL_ENV = 'VIRTUAL_ENV' in os.environ
2424

0 commit comments

Comments
 (0)