diff --git a/osbs-client.spec b/osbs-client.spec index 37559b2dc..bf1d32618 100644 --- a/osbs-client.spec +++ b/osbs-client.spec @@ -18,7 +18,7 @@ %global osbs_obsolete_vr 0.14-2 Name: osbs-client -Version: 0.67 +Version: 1.0.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 Jul 03 2020 Martin Bašti 1.0.0-1 +- new upstream release: 1.0.0 + * Tue Jun 02 2020 Robert Cerven 0.67-1 - new upstream release: 0.67 diff --git a/osbs/version.py b/osbs/version.py index 28de6c12e..edb8cdb6d 100644 --- a/osbs/version.py +++ b/osbs/version.py @@ -6,4 +6,4 @@ of the BSD license. See the LICENSE file for details. """ -__version__ = "0.67" +__version__ = "1.0.0" diff --git a/rel-eng/packages/osbs-client b/rel-eng/packages/osbs-client index b320761cb..eff0994b8 100644 --- a/rel-eng/packages/osbs-client +++ b/rel-eng/packages/osbs-client @@ -1 +1 @@ -0.67-1 ./ +1.0.0-1 ./ diff --git a/setup.py b/setup.py index 850b48488..c959d3285 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def _install_requirements(): setup( name="osbs-client", description='Python module and command line client for OpenShift Build Service', - version="0.67", + version="1.0.0", author='Red Hat, Inc.', author_email='atomic-devel@projectatomic.io', url='https://github.com/containerbuildsystem/osbs-client',