From dd5b0ea3f0b77fd3f9f2d55f607dbf4323b4d167 Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Wed, 21 Sep 2016 12:58:10 +0200 Subject: [PATCH] 0.31 release --- osbs-client.spec | 5 ++++- osbs/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/osbs-client.spec b/osbs-client.spec index 298aadfab..00032f864 100644 --- a/osbs-client.spec +++ b/osbs-client.spec @@ -31,7 +31,7 @@ %global osbs_obsolete_vr 0.14-2 Name: osbs-client -Version: 0.30 +Version: 0.31 %if "x%{postrelease}" != "x0" Release: %{release}.%{postrelease}.git.%{shortcommit}%{?dist} %else @@ -192,6 +192,9 @@ LANG=en_US.utf8 py.test-%{python2_version} -vv tests %endif # with_python3 %changelog +* Wed Sep 21 2016 Vadim Rutkovsky - 0.31-1 +- new upstream release: 0.31 + * Tue Sep 13 2016 Luiz Carvalho - 0.30-1 - new upstream release: 0.30 diff --git a/osbs/__init__.py b/osbs/__init__.py index 6877b0e30..e741dac8f 100644 --- a/osbs/__init__.py +++ b/osbs/__init__.py @@ -10,7 +10,7 @@ import logging -__version__ = "0.30" +__version__ = "0.31" def set_logging(name="osbs", level=logging.DEBUG): diff --git a/setup.py b/setup.py index 84d7aa277..ee37f6451 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def _install_requirements(): setup( name="osbs-client", description='Python module and command line client for OpenShift Build Service', - version="0.30", + version="0.31", author='Red Hat, Inc.', author_email='atomic-devel@projectatomic.io', url='https://github.com/projectatomic/osbs-client',