avocado.version: Update to 0.10.0

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 a8ab6a21
Summary: Avocado Test Framework
Name: avocado
Version: 0.8.0
Version: 0.10.0
Release: 2%{?dist}
License: GPLv2
Group: Development/Tools
......@@ -42,6 +42,9 @@ The set of example tests that are part of the Avocado framework.
%{_datadir}/avocado/tests
%changelog
* Thu Aug 7 2014 Lucas Meneghel Rodrigues <lmr@redhat.com> - 0.10.0-1
- Bumped version to Avocado 0.10.0
* Wed Jul 30 2014 Cleber Rosa <cleber@redhat.com> - 0.8.0-2
- Split tests into avocado-tests package
......
......@@ -18,7 +18,7 @@ __all__ = ['MAJOR', 'MINOR', 'RELEASE', 'VERSION']
MAJOR = 0
MINOR = 8
MINOR = 10
RELEASE = 0
VERSION = "%s.%s.%s" % (MAJOR, MINOR, RELEASE)
......
[metadata]
name = avocado
version = 0.8.0
version = 0.10.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.
先完成此消息的编辑!
想要评论请 注册