Skip to content

Commit

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

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

%changelog
* Mon Jul 4 2016 Cleber Rosa <[email protected]> - 38.0-0
- New upstream release

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

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 = 37
MAJOR = 38
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 = 37.0
version = 38.0
summary = Avocado Test Framework
description-file =
README.rst
Expand Down

0 comments on commit 8b84df5

Please sign in to comment.