Skip to content

Commit

Permalink
Avocado: Bump version to 0.23.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 Apr 22, 2015
1 parent 3d93f35 commit 299f831
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,7 +1,7 @@
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/
Expand Down Expand Up @@ -103,6 +103,9 @@ examples of how to write tests on your own.
%{_datadir}/avocado/api

%changelog
* Tue Apr 21 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.23.0-1
- New upstream release

* Mon Apr 13 2015 Cleber Rosa <[email protected]> - 0.21.0-6
- Added sysinfo configuration files

Expand Down
2 changes: 1 addition & 1 deletion avocado/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


MAJOR = 0
MINOR = 21
MINOR = 23
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.21.0
version = 0.23.0
summary = Avocado Test Framework
description-file =
README.rst
Expand Down

0 comments on commit 299f831

Please sign in to comment.