Skip to content

Commit

Permalink
Avocado: Release 36.0
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Jun 14, 2016
1 parent fdbbd3b commit 9910c7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions avocado.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
%global modulename avocado
%if ! 0%{?commit:1}
%define commit 523c0e415e04691807fe7ff6b16c4067c2aa97c6
%define commit fdbbd3bacc073d2abc172828ce90cb04fd2175ce
%endif
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Summary: Avocado Test Framework
Name: avocado
Version: 35.0
Release: 1%{?dist}
Version: 36.0
Release: 0%{?dist}
License: GPLv2
Group: Development/Tools
URL: http://avocado-framework.github.io/
Expand Down Expand Up @@ -113,6 +113,9 @@ examples of how to write tests on your own.
%{_datadir}/avocado/wrappers

%changelog
* Tue Jun 14 2016 Cleber Rosa <[email protected]> - 36.0-0
- New upstream release 36.0

* Thu May 05 2016 Amador Pahim <[email protected]> - 35.0-1
- Removed simpletests directory

Expand Down
2 changes: 1 addition & 1 deletion avocado/core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__all__ = ['MAJOR', 'MINOR', 'VERSION']


MAJOR = 35
MAJOR = 36
MINOR = 0

VERSION = "%s.%s" % (MAJOR, MINOR)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = avocado
version = 35.0
version = 36.0
summary = Avocado Test Framework
description-file =
README.rst
Expand Down

0 comments on commit 9910c7d

Please sign in to comment.