Avocado: Release 0.27.0

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 6b89c168
Summary: Avocado Test Framework
Name: avocado
Version: 0.26.0
Version: 0.27.0
Release: 1%{?dist}
License: GPLv2
Group: Development/Tools
......@@ -104,6 +104,9 @@ examples of how to write tests on your own.
%{_datadir}/avocado/wrappers
%changelog
* Mon Aug 3 2015 Lucas Meneghel Rodrigues <lmr@redhat.com> - 0.27.0-1
- New upstream release 0.27.0
* Mon Jul 6 2015 Lucas Meneghel Rodrigues <lmr@redhat.com> - 0.26.0-1
- New upstream release 0.26.0
......
......@@ -18,7 +18,7 @@ __all__ = ['MAJOR', 'MINOR', 'RELEASE', 'VERSION']
MAJOR = 0
MINOR = 26
MINOR = 27
RELEASE = 0
VERSION = "%s.%s.%s" % (MAJOR, MINOR, RELEASE)
......
[metadata]
name = avocado
version = 0.26.0
version = 0.27.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.
先完成此消息的编辑!
想要评论请 注册