Skip to content

Commit

Permalink
Automatic commit of package [osbs-client] release [2.5.0-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version=2.5.0 --changelog=new upstream release: 2.5.0
  • Loading branch information
rcerven committed May 9, 2023
1 parent b4bbbdc commit 2bd03f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion osbs-client.spec
Expand Up @@ -8,7 +8,7 @@
%global osbs_obsolete_vr 0.14-2

Name: osbs-client
Version: 2.4.1
Version: 2.5.0
Release: 1%{?dist}

Summary: Python command line client for OpenShift Build Service
Expand Down Expand Up @@ -99,6 +99,9 @@ ln -s %{_bindir}/osbs-%{binaries_py_version} %{buildroot}%{_bindir}/osbs


%changelog
* Tue May 09 2023 Robert Cerven <rcerven@redhat.com> 2.5.0-1
- new upstream release: 2.5.0

* Mon May 08 2023 Mike Kingsbury <mike.kingsbury@redhat.com> 2.4.1-1
- new

Expand Down
2 changes: 1 addition & 1 deletion osbs/version.py
Expand Up @@ -6,4 +6,4 @@
of the BSD license. See the LICENSE file for details.
"""

__version__ = "2.4.1"
__version__ = "2.5.0"
2 changes: 1 addition & 1 deletion rel-eng/packages/osbs-client
@@ -1 +1 @@
2.4.1-1 ./
2.5.0-1 ./
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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.4.1",
version="2.5.0",
author='Red Hat, Inc.',
author_email='atomic-devel@projectatomic.io',
url='https://github.com/containerbuildsystem/osbs-client',
Expand Down

0 comments on commit 2bd03f4

Please sign in to comment.