Avocado: Bump version to 0.20.0

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 a7ad7f4b
Summary: Avocado Test Framework
Name: avocado
Version: 0.18.0
Version: 0.20.0
Release: 1%{?dist}
License: GPLv2
Group: Development/Tools
......@@ -66,6 +66,9 @@ examples of how to write tests on your own.
%{_datadir}/avocado/wrappers
%changelog
* Mon Feb 3 2015 Lucas Meneghel Rodrigues <lmr@redhat.com> - 0.20.0-1
- Update to upstream version 0.20.0
* Mon Dec 15 2014 Lucas Meneghel Rodrigues <lmr@redhat.com> - 0.17.0-1
- Update to upstream version 0.17.0
......
......@@ -18,7 +18,7 @@ __all__ = ['MAJOR', 'MINOR', 'RELEASE', 'VERSION']
MAJOR = 0
MINOR = 18
MINOR = 20
RELEASE = 0
VERSION = "%s.%s.%s" % (MAJOR, MINOR, RELEASE)
......
[metadata]
name = avocado
version = 0.18.0
version = 0.20.0
summary = Avocado Test Framework
description-file =
README.rst
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册