Skip to content

Commit

Permalink
0.33.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Waugh <twaugh@redhat.com>
  • Loading branch information
twaugh committed Jan 11, 2017
1 parent 880a983 commit 0f99df6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osbs-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%global osbs_obsolete_vr 0.14-2

Name: osbs-client
Version: 0.33
Version: 0.33.1
%if "x%{postrelease}" != "x0"
Release: %{release}.%{postrelease}.git.%{shortcommit}%{?dist}
%else
Expand Down
2 changes: 1 addition & 1 deletion osbs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import logging


__version__ = "0.33"
__version__ = "0.33.1"


def set_logging(name="osbs", level=logging.DEBUG):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _install_requirements():
setup(
name="osbs-client",
description='Python module and command line client for OpenShift Build Service',
version="0.33",
version="0.33.1",
author='Red Hat, Inc.',
author_email='atomic-devel@projectatomic.io',
url='https://github.com/projectatomic/osbs-client',
Expand Down

0 comments on commit 0f99df6

Please sign in to comment.