Skip to content

Commit eda77aa

Browse files
committed
Automatic commit of package [osbs-client] release [2.8.1-1].
Created by command: /usr/bin/tito tag --use-version=2.8.1 --changelog=new upstream release: 2.8.1
1 parent b56a1d8 commit eda77aa

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

osbs-client.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%global osbs_obsolete_vr 0.14-2
99

1010
Name: osbs-client
11-
Version: 2.8.0
11+
Version: 2.8.1
1212
Release: 1%{?dist}
1313

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

100100

101101
%changelog
102+
* Thu Mar 06 2025 mkosiarc <mkosiarc@redhat.com> 2.8.1-1
103+
- new upstream release: 2.8.1
104+
102105
* Wed Feb 26 2025 mkosiarc <mkosiarc@redhat.com> 2.8.0-1
103106
- new upstream release: 2.8.0
104107

osbs/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
of the BSD license. See the LICENSE file for details.
77
"""
88

9-
__version__ = "2.8.0"
9+
__version__ = "2.8.1"

rel-eng/packages/osbs-client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.0-1 ./
1+
2.8.1-1 ./

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def _get_requirements(path):
2424
setup(
2525
name="osbs-client",
2626
description='Python module and command line client for OpenShift Build Service',
27-
version="2.8.0",
27+
version="2.8.1",
2828
author='Red Hat, Inc.',
2929
author_email='atomic-devel@projectatomic.io',
3030
url='https://github.com/containerbuildsystem/osbs-client',

0 commit comments

Comments
 (0)