From 7a0a7f17701f082ee01d202e8f8177d7aba637e2 Mon Sep 17 00:00:00 2001 From: Robert Cerven Date: Thu, 3 Nov 2022 16:03:56 +0100 Subject: [PATCH] Automatic commit of package [osbs-client] release [2.1.0-1]. Created by command: /usr/bin/tito tag --use-version=2.1.0 --changelog=new upstream release: 2.1.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 aba3b68d..cf97ed92 100644 --- a/osbs-client.spec +++ b/osbs-client.spec @@ -8,7 +8,7 @@ %global osbs_obsolete_vr 0.14-2 Name: osbs-client -Version: 2.0.0 +Version: 2.1.0 Release: 1%{?dist} Summary: Python command line client for OpenShift Build Service @@ -99,6 +99,9 @@ ln -s %{_bindir}/osbs-%{binaries_py_version} %{buildroot}%{_bindir}/osbs %changelog +* Thu Nov 03 2022 Robert Cerven 2.1.0-1 +- new upstream release: 2.1.0 + * Thu Oct 06 2022 rcerven 2.0.0-1 - new upstream release: 2.0.0 diff --git a/osbs/version.py b/osbs/version.py index a171b59b..b85e1a2d 100644 --- a/osbs/version.py +++ b/osbs/version.py @@ -6,4 +6,4 @@ of the BSD license. See the LICENSE file for details. """ -__version__ = "2.0.0" +__version__ = "2.1.0" diff --git a/rel-eng/packages/osbs-client b/rel-eng/packages/osbs-client index 81f2b326..497b60e1 100644 --- a/rel-eng/packages/osbs-client +++ b/rel-eng/packages/osbs-client @@ -1 +1 @@ -2.0.0-1 ./ +2.1.0-1 ./ diff --git a/setup.py b/setup.py index 1e55dc34..b648aa9c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def _get_requirements(path): setup( name="osbs-client", description='Python module and command line client for OpenShift Build Service', - version="2.0.0", + version="2.1.0", author='Red Hat, Inc.', author_email='atomic-devel@projectatomic.io', url='https://github.com/containerbuildsystem/osbs-client',