Skip to content

Commit

Permalink
avocado: Bump to version 0.17.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 Dec 15, 2014
1 parent cc25433 commit 6bbd77b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion avocado.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Avocado Test Framework
Name: avocado
Version: 0.14.0
Version: 0.17.0
Release: 1%{?dist}
License: GPLv2
Group: Development/Tools
Expand Down Expand Up @@ -66,6 +66,9 @@ examples of how to write tests on your own.
%{_datadir}/avocado/wrappers

%changelog
* Mon Dec 15 2014 Lucas Meneghel Rodrigues <[email protected]> - 0.17.0-1
- Update to upstream version 0.17.0

* Wed Dec 3 2014 Lucas Meneghel Rodrigues <[email protected]> - 0.14.0-3
- Change config file name from settings.ini to avocado.conf

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 = 14
MINOR = 17
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.14.0
version = 0.17.0
summary = Avocado Test Framework
description-file =
README.rst
Expand Down

0 comments on commit 6bbd77b

Please sign in to comment.