Skip to content

Commit

Permalink
Automatic commit of package [osbs-client] release [1.8.0-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version=1.8.0 --changelog=new upstream release: 1.8.0
  • Loading branch information
MartinBasti committed Mar 15, 2021
1 parent 2cf718a commit 1927508
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion osbs-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%global osbs_obsolete_vr 0.14-2

Name: osbs-client
Version: 1.7.0
Version: 1.8.0
Release: 1%{?dist}

Summary: Python command line client for OpenShift Build Service
Expand Down Expand Up @@ -195,6 +195,9 @@ LANG=en_US.utf8 py.test-%{python2_version} -vv tests
%endif # with_python3

%changelog
* Mon Mar 15 2021 Martin Bašti <mbasti@redhat.com> 1.8.0-1
- new upstream release: 1.8.0

* Wed Feb 03 2021 Chenxiong Qi <cqi@redhat.com> 1.7.0-1
- new upstream release: 1.7.0

Expand Down
2 changes: 1 addition & 1 deletion osbs/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
of the BSD license. See the LICENSE file for details.
"""

__version__ = "1.7.0"
__version__ = "1.8.0"
2 changes: 1 addition & 1 deletion rel-eng/packages/osbs-client
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0-1 ./
1.8.0-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _install_requirements():
setup(
name="osbs-client",
description='Python module and command line client for OpenShift Build Service',
version="1.7.0",
version="1.8.0",
author='Red Hat, Inc.',
author_email='atomic-devel@projectatomic.io',
url='https://github.com/containerbuildsystem/osbs-client',
Expand Down

0 comments on commit 1927508

Please sign in to comment.