Skip to content

Commit eda4bde

Browse files
committed
avocado: Release 0.20.1
Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
1 parent 65e03e6 commit eda4bde

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

avocado.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Avocado Test Framework
22
Name: avocado
3-
Version: 0.20.0
3+
Version: 0.20.1
44
Release: 1%{?dist}
55
License: GPLv2
66
Group: Development/Tools
@@ -66,6 +66,9 @@ examples of how to write tests on your own.
6666
%{_datadir}/avocado/wrappers
6767

6868
%changelog
69+
* Fri Feb 6 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.20.1-1
70+
- Update to upstream version 0.20.1
71+
6972
* Mon Feb 3 2015 Lucas Meneghel Rodrigues <[email protected]> - 0.20.0-1
7073
- Update to upstream version 0.20.0
7174

avocado/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
MAJOR = 0
2121
MINOR = 20
22-
RELEASE = 0
22+
RELEASE = 1
2323

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

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = avocado
3-
version = 0.20.0
3+
version = 0.20.1
44
summary = Avocado Test Framework
55
description-file =
66
README.rst

0 commit comments

Comments
 (0)