From 21fe3ae524beea144ea9e6e79a4937367a9e1b0f Mon Sep 17 00:00:00 2001 From: Martin Styk Date: Wed, 18 Mar 2020 17:55:53 +0100 Subject: [PATCH] Automatic commit of release 27.3 Change-Id: I3b0f3ddb777b5118e9290fe63ee6b7f66a0b6125 --- Client/setup.py | 2 +- Common/bkr/common/__init__.py | 2 +- Common/setup.py | 2 +- IntegrationTests/setup.py | 2 +- LabController/setup.py | 2 +- Server/setup.py | 2 +- beaker.spec | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Client/setup.py b/Client/setup.py index dad23501b..40fec94bc 100644 --- a/Client/setup.py +++ b/Client/setup.py @@ -22,7 +22,7 @@ def bash_completion_dir(): setup( name='beaker-client', - version='27.2', + version='27.3', description='Command-line client for interacting with Beaker', author='Red Hat, Inc.', author_email='beaker-devel@lists.fedorahosted.org', diff --git a/Common/bkr/common/__init__.py b/Common/bkr/common/__init__.py index 9dd32377b..bee8df5e0 100644 --- a/Common/bkr/common/__init__.py +++ b/Common/bkr/common/__init__.py @@ -2,4 +2,4 @@ # code in bkr.__init__), the version details are retrieved from here in # order to correctly handle module shadowing on sys.path -__version__ = '27.2' +__version__ = '27.3' diff --git a/Common/setup.py b/Common/setup.py index 3d02e1891..d9210637f 100644 --- a/Common/setup.py +++ b/Common/setup.py @@ -12,7 +12,7 @@ setup( name='beaker-common', - version='27.2', + version='27.3', description='Common components for Beaker packages', author='Red Hat, Inc.', author_email='beaker-devel@lists.fedorahosted.org', diff --git a/IntegrationTests/setup.py b/IntegrationTests/setup.py index 1793d6af5..8e11a57df 100644 --- a/IntegrationTests/setup.py +++ b/IntegrationTests/setup.py @@ -12,7 +12,7 @@ def get_compose_layout(): setup( name='beaker-integration-tests', - version='27.2', + version='27.3', description='Integration tests for Beaker', author='Red Hat, Inc.', author_email='beaker-devel@lists.fedorahosted.org', diff --git a/LabController/setup.py b/LabController/setup.py index 0b4572dce..e5e25b3ff 100644 --- a/LabController/setup.py +++ b/LabController/setup.py @@ -49,7 +49,7 @@ def systemd_tmpfiles_dir(): setup( name='beaker-lab-controller', - version='27.2', + version='27.3', description='Daemons for controlling a Beaker lab', author='Red Hat, Inc.', author_email='beaker-devel@lists.fedorahosted.org', diff --git a/Server/setup.py b/Server/setup.py index 00b07cf8f..f5efec7df 100644 --- a/Server/setup.py +++ b/Server/setup.py @@ -186,7 +186,7 @@ def find_data_recursive(dest_dir, src_dir, exclude=frozenset()): setup( name='beaker-server', namespace_packages = ['bkr'], - version='27.2', + version='27.3', description='Beaker scheduler and web interface', long_description= 'Beaker is a system for full stack software integration testing ' diff --git a/beaker.spec b/beaker.spec index a7d25e838..c197104f7 100644 --- a/beaker.spec +++ b/beaker.spec @@ -20,10 +20,10 @@ # not representable in RPM. For example, a release candidate might be 0.15.0rc1 # but that is not usable for the RPM Version because it sorts higher than # 0.15.0, so the RPM will have Version 0.15.0 and Release 0.rc1 in that case. -%global upstream_version 27.2 +%global upstream_version 27.3 Name: beaker -Version: 27.2 +Version: 27.3 Release: 1%{?dist} Summary: Full-stack software and hardware integration testing system Group: Applications/Internet