Skip to content

Commit

Permalink
change version to 2.0.0 from dev
Browse files Browse the repository at this point in the history
* CLOUDBLD-11183

Signed-off-by: Robert Cerven <rcerven@redhat.com>
  • Loading branch information
rcerven committed Oct 6, 2022
1 parent e553274 commit f601114
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions osbs-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
%global osbs_obsolete_vr 0.14-2

Name: osbs-client
Version: 2.0.dev0
Release: 14%{?dist}
Version: 2.0.0
Release: 1%{?dist}

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


%changelog
* Thu Oct 06 2022 rcerven <rcerven@redhat.com> 2.0.0-1
- new upstream release: 2.0.0

* Fri Jul 30 2021 mkosiarc <mkosiarc@redhat.com> 1.11.0-1
- new upstream release: 1.11.0

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

__version__ = "2.0.dev0"
__version__ = "2.0.0"
2 changes: 1 addition & 1 deletion rel-eng/packages/osbs-client
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.dev0-1 ./
2.0.0-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.0.dev0",
version="2.0.0",
author='Red Hat, Inc.',
author_email='atomic-devel@projectatomic.io',
url='https://github.com/containerbuildsystem/osbs-client',
Expand Down

0 comments on commit f601114

Please sign in to comment.