Avocado: Bump version to 0.23.0

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 3d93f35a
Summary: Avocado Test Framework
Name: avocado
Version: 0.21.0
Release: 6%{?dist}
Version: 0.23.0
Release: 1%{?dist}
License: GPLv2
Group: Development/Tools
URL: http://avocado-framework.github.io/
......@@ -103,6 +103,9 @@ examples of how to write tests on your own.
%{_datadir}/avocado/api
%changelog
* Tue Apr 21 2015 Lucas Meneghel Rodrigues <lmr@redhat.com> - 0.23.0-1
- New upstream release
* Mon Apr 13 2015 Cleber Rosa <cleber@redhat.com> - 0.21.0-6
- Added sysinfo configuration files
......
......@@ -18,7 +18,7 @@ __all__ = ['MAJOR', 'MINOR', 'RELEASE', 'VERSION']
MAJOR = 0
MINOR = 21
MINOR = 23
RELEASE = 0
VERSION = "%s.%s.%s" % (MAJOR, MINOR, RELEASE)
......
[metadata]
name = avocado
version = 0.21.0
version = 0.23.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.
先完成此消息的编辑!
想要评论请 注册