Skip to content

Commit

Permalink
Release 39.0
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <crosa@redhat.com>
  • Loading branch information
clebergnu committed Aug 4, 2016
1 parent d1451b1 commit a709683
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PYTHON=$(shell which python)
DESTDIR=/
BUILDIR=$(CURDIR)/debian/avocado-virt
PROJECT=avocado
VERSION="0.34.0"
VERSION="39.0"
AVOCADO_DIRNAME?=avocado
DIRNAME=$(shell echo $${PWD\#\#*/})

Expand Down
7 changes: 5 additions & 2 deletions avocado-virt.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
%global modulename avocado
%if ! 0%{?commit:1}
%define commit 41f39e76f8159a46f7718ed39e711a6a5f196d39
%define commit d1451b1d3e69c73a41a67cbdd39e7b04fe8d50ef
%endif
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Summary: Avocado Virt Plugin
Name: avocado-virt
Version: 0.34.0
Version: 39.0
Release: 0%{?dist}
License: GPLv2
Group: Development/Tools
Expand Down Expand Up @@ -51,6 +51,9 @@ during avocado virt tests.
%{python_sitelib}/avocado_virt/utils/video.py*

%changelog
* Thu Aug 4 2016 Cleber Rosa <cleber@redhat.com> - 39.0-0
- New upstream release 39.0

* Mon Mar 21 2016 Cleber Rosa <cleber@redhat.com> - 0.34.0-0
- New upstream release 0.34.0

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
project = u'Avocado Virt'
copyright = u'2014, Red Hat'

version = '0.34.0'
release = '0.34.0'
version = '39.0'
release = '0'

# on_rtd is whether we are on readthedocs.org, this line of code grabbed from
# docs.readthedocs.org
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# pylint: disable=E0611
from setuptools import setup

VERSION = '0.34.0'
VERSION = '39.0'

VIRTUAL_ENV = 'VIRTUAL_ENV' in os.environ

Expand Down

0 comments on commit a709683

Please sign in to comment.