From 7425d5bcc1cc7f27556190181555ec05d6fdafdd Mon Sep 17 00:00:00 2001 From: Robert Cerven Date: Fri, 16 Apr 2021 17:01:46 +0200 Subject: [PATCH] Automatic commit of package [osbs-client] release [1.9.0-1]. Created by command: /usr/bin/tito tag --use-version=1.9.0 --changelog=new upstream release: 1.9.0 --- osbs-client.spec | 5 ++++- osbs/version.py | 2 +- rel-eng/packages/osbs-client | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/osbs-client.spec b/osbs-client.spec index 956bfc1f5..c1fb50cf2 100644 --- a/osbs-client.spec +++ b/osbs-client.spec @@ -18,7 +18,7 @@ %global osbs_obsolete_vr 0.14-2 Name: osbs-client -Version: 1.8.0 +Version: 1.9.0 Release: 1%{?dist} Summary: Python command line client for OpenShift Build Service @@ -195,6 +195,9 @@ LANG=en_US.utf8 py.test-%{python2_version} -vv tests %endif # with_python3 %changelog +* Fri Apr 16 2021 Robert Cerven 1.9.0-1 +- new upstream release: 1.9.0 + * Mon Mar 15 2021 Martin Bašti 1.8.0-1 - new upstream release: 1.8.0 diff --git a/osbs/version.py b/osbs/version.py index fd7a8e0bf..5fd031e44 100644 --- a/osbs/version.py +++ b/osbs/version.py @@ -6,4 +6,4 @@ of the BSD license. See the LICENSE file for details. """ -__version__ = "1.8.0" +__version__ = "1.9.0" diff --git a/rel-eng/packages/osbs-client b/rel-eng/packages/osbs-client index b8a772075..370b3e66b 100644 --- a/rel-eng/packages/osbs-client +++ b/rel-eng/packages/osbs-client @@ -1 +1 @@ -1.8.0-1 ./ +1.9.0-1 ./ diff --git a/setup.py b/setup.py index 3f8869917..96548bce0 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def _install_requirements(): setup( name="osbs-client", description='Python module and command line client for OpenShift Build Service', - version="1.8.0", + version="1.9.0", author='Red Hat, Inc.', author_email='atomic-devel@projectatomic.io', url='https://github.com/containerbuildsystem/osbs-client',