Skip to content

Commit

Permalink
0.36 release
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Cerven <[email protected]>
  • Loading branch information
rcerven committed Apr 4, 2017
1 parent d0bead8 commit c6b38c5
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 @@ -26,7 +26,7 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})

# set to 0 to create a normal release
%global dev_release 1
%global dev_release 0

%if 0%{?dev_release}
%global postrelease dev
Expand Down Expand Up @@ -200,6 +200,9 @@ LANG=en_US.utf8 py.test-%{python2_version} -vv tests
%endif # with_python3

%changelog
* Tue Apr 04 2017 Robert Cerven <[email protected]> - 0.36-1
- new upstream release: 0.36

* Mon Mar 06 2017 Robert Cerven <[email protected]> - 0.35-1
- new upstream release: 0.35

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.36.dev"
__version__ = "0.36"


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

0 comments on commit c6b38c5

Please sign in to comment.