Skip to content

Commit

Permalink
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 dfefaba commit 72c4dbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion avocado-virt.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Avocado Virt Plugin
Name: avocado-virt
Version: 0.14.0
Version: 0.23.0
Release: 1%{?dist}
License: GPLv2
Group: Development/Tools
Expand Down Expand Up @@ -41,6 +41,9 @@ during avocado virt tests.
%{python_sitelib}/avocado/virt/utils/video.py*

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

* Mon Oct 13 2014 Lucas Meneghel Rodrigues <[email protected]> - 0.14.0-1
- New upstream release (sync releases with avocado releases)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# pylint: disable=E0611
from distutils.core import setup

VERSION = '0.14.0'
VERSION = '0.23.0'

setup(name='avocado-virt',
version=VERSION,
Expand Down

0 comments on commit 72c4dbc

Please sign in to comment.