diff --git a/osbs-client.spec b/osbs-client.spec index 854e208e..9acdb420 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.13.0 +Version: 1.14.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 +* Tue Nov 16 2021 Robert Cerven 1.14.0-1 +- new upstream release: 1.14.0 + * Thu Oct 07 2021 Robert Cerven 1.13.0-1 - new upstream release: 1.13.0 diff --git a/osbs/version.py b/osbs/version.py index 15d6ea21..70bb65ba 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.13.0" +__version__ = "1.14.0" diff --git a/rel-eng/packages/osbs-client b/rel-eng/packages/osbs-client index 81bf125a..49ed037c 100644 --- a/rel-eng/packages/osbs-client +++ b/rel-eng/packages/osbs-client @@ -1 +1 @@ -1.13.0-1 ./ +1.14.0-1 ./ diff --git a/setup.py b/setup.py index 15fa6933..eee6d928 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.13.0", + version="1.14.0", author='Red Hat, Inc.', author_email='atomic-devel@projectatomic.io', url='https://github.com/containerbuildsystem/osbs-client',