From 696505ae4da4898a4e3689ef18e1f6791b04ea09 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 11 Nov 2016 17:01:45 +0000 Subject: [PATCH] 0.33 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 d7a64a54e..46423e36c 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.32 +Version: 0.33 %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 +* Fri Nov 11 2016 Tim Waugh - 0.33-1 +- new upstream release + * Tue Oct 11 2016 Luiz Carvalho - 0.32-1 - new upstream release: 0.32 diff --git a/osbs/__init__.py b/osbs/__init__.py index 162e67d70..380a13c61 100644 --- a/osbs/__init__.py +++ b/osbs/__init__.py @@ -10,7 +10,7 @@ import logging -__version__ = "0.32" +__version__ = "0.33" def set_logging(name="osbs", level=logging.DEBUG): diff --git a/setup.py b/setup.py index 0cfa2adfb..e69439c56 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.32", + version="0.33", author='Red Hat, Inc.', author_email='atomic-devel@projectatomic.io', url='https://github.com/projectatomic/osbs-client',