Skip to content

Commit

Permalink
0.29 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Aug 18, 2016
1 parent 40ac6b8 commit 6308ccd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 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.28
Version: 0.29
%if "x%{postrelease}" != "x0"
Release: %{release}.%{postrelease}.git.%{shortcommit}%{?dist}
%else
Expand Down Expand Up @@ -192,6 +192,9 @@ LANG=en_US.utf8 py.test-%{python2_version} -vv tests
%endif # with_python3

%changelog
* Thu Aug 18 2016 Martin Milata <[email protected]> - 0.29-1
- new upstream release: 0.29

* Wed Jul 07 2016 Luiz Carvalho <[email protected]> - 0.28-1
- new upstream release: 0.28

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.28"
__version__ = "0.29"


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.28",
version="0.29",
author='Red Hat, Inc.',
author_email='[email protected]',
url='https://github.com/projectatomic/osbs-client',
Expand Down

0 comments on commit 6308ccd

Please sign in to comment.