Skip to content

Commit

Permalink
avocado: Release 0.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
  • Loading branch information
lmr committed Mar 19, 2015
1 parent 3d4adde commit 8ec7b56
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
19 changes: 17 additions & 2 deletions avocado.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Avocado Test Framework
Name: avocado
Version: 0.20.1
Release: 2%{?dist}
Version: 0.21.0
Release: 4%{?dist}
License: GPLv2
Group: Development/Tools
URL: http://avocado-framework.github.io/
Expand Down Expand Up @@ -84,6 +84,21 @@ examples of how to write tests on your own.
%{_datadir}/avocado/api

%changelog
* Thu Mar 19 2015 Lucas Meneghel Rodrigues - 0.21.0-4
- COPR build fixes

* Mon Mar 16 2015 Lucas Meneghel Rodrigues - 0.21.0-3
- COPR build fixes

* Mon Mar 16 2015 Lucas Meneghel Rodrigues - 0.21.0-2
- COPR build fixes

* Mon Mar 16 2015 Lucas Meneghel Rodrigues - 0.21.0-1
- COPR build fixes

* Mon Mar 16 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.21.0-0
- Update to upstream version 0.21.0

* Mon Feb 23 2015 Cleber Rosa <[email protected]> - 0.20.1-2
- Added avocado-rest-client modules, script, man page and API examples

Expand Down
4 changes: 2 additions & 2 deletions avocado/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@


MAJOR = 0
MINOR = 20
RELEASE = 1
MINOR = 21
RELEASE = 0

VERSION = "%s.%s.%s" % (MAJOR, MINOR, RELEASE)

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 = 0.20.1
version = 0.21.0
summary = Avocado Test Framework
description-file =
README.rst
Expand Down

0 comments on commit 8ec7b56

Please sign in to comment.