diff --git a/Client/setup.py b/Client/setup.py index 267e12c59..f4e9e656e 100644 --- a/Client/setup.py +++ b/Client/setup.py @@ -23,7 +23,7 @@ def bash_completion_dir(): setup( name='beaker-client', - version='29.0rc4', + version='29.0rc5', description=DESCRIPTION, # XXX: Create proper README for this package and use it for long description long_description=DESCRIPTION, diff --git a/Common/bkr/common/__init__.py b/Common/bkr/common/__init__.py index 60c0d7d88..8171b7816 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__ = '29.0rc4' +__version__ = '29.0rc5' diff --git a/Common/setup.py b/Common/setup.py index 4907db2c7..531e74dd0 100644 --- a/Common/setup.py +++ b/Common/setup.py @@ -14,7 +14,7 @@ setup( name='beaker-common', - version='29.0rc4', + version='29.0rc5', description=DESCRIPTION, # XXX: Create proper README for this package and use it for long description long_description=DESCRIPTION, diff --git a/IntegrationTests/setup.py b/IntegrationTests/setup.py index 9728f623f..d67507396 100644 --- a/IntegrationTests/setup.py +++ b/IntegrationTests/setup.py @@ -12,7 +12,7 @@ def get_compose_layout(): setup( name='beaker-integration-tests', - version='29.0rc4', + version='29.0rc5', 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 1d47a5ad1..9f523a1e9 100644 --- a/LabController/setup.py +++ b/LabController/setup.py @@ -49,7 +49,7 @@ def systemd_tmpfiles_dir(): setup( name='beaker-lab-controller', - version='29.0rc4', + version='29.0rc5', 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 3f2e73c35..3fece7d6f 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='29.0rc4', + version='29.0rc5', 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 51b382d97..49ca6923c 100644 --- a/beaker.spec +++ b/beaker.spec @@ -15,11 +15,11 @@ # 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 29.0rc4 +%global upstream_version 29.0rc5 Name: beaker Version: 29.0 -Release: 0.rc4%{?dist} +Release: 0.rc5%{?dist} Summary: Full-stack software and hardware integration testing system Group: Applications/Internet License: GPLv2+ and BSD