diff --git a/osbs-client.spec b/osbs-client.spec index d261efb6..69532b8b 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.6.0 +Version: 2.7.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 +* Wed Sep 04 2024 mkosiarc 2.7.0-1 +- new upstream release: 2.7.0 + * Mon Mar 04 2024 Robert Cerven 2.6.0-1 - new upstream release: 2.6.0 diff --git a/osbs/version.py b/osbs/version.py index e2a90876..6f9d57a6 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.6.0" +__version__ = "2.7.0" diff --git a/rel-eng/packages/osbs-client b/rel-eng/packages/osbs-client index 5edca627..c5920ea1 100644 --- a/rel-eng/packages/osbs-client +++ b/rel-eng/packages/osbs-client @@ -1 +1 @@ -2.6.0-1 ./ +2.7.0-1 ./ diff --git a/setup.py b/setup.py index 06a8177d..c32934c6 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.6.0", + version="2.7.0", author='Red Hat, Inc.', author_email='atomic-devel@projectatomic.io', url='https://github.com/containerbuildsystem/osbs-client',