Skip to content

Commit 69b9677

Browse files
committed
Automatic commit of release 29.0rc2
1 parent 66ede8f commit 69b9677

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def bash_completion_dir():
2222

2323
setup(
2424
name='beaker-client',
25-
version='29.0rc1',
25+
version='29.0rc2',
2626
description='Command-line client for interacting with Beaker',
2727
author='Red Hat, Inc.',
2828
author_email='[email protected]',

Common/bkr/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# code in bkr.__init__), the version details are retrieved from here in
33
# order to correctly handle module shadowing on sys.path
44

5-
__version__ = '29.0rc1'
5+
__version__ = '29.0rc2'

Common/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='beaker-common',
15-
version='29.0rc1',
15+
version='29.0rc2',
1616
description='Common components for Beaker packages',
1717
author='Red Hat, Inc.',
1818
author_email='[email protected]',

IntegrationTests/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_compose_layout():
1212

1313
setup(
1414
name='beaker-integration-tests',
15-
version='29.0rc1',
15+
version='29.0rc2',
1616
description='Integration tests for Beaker',
1717
author='Red Hat, Inc.',
1818
author_email='[email protected]',

LabController/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def systemd_tmpfiles_dir():
4949

5050
setup(
5151
name='beaker-lab-controller',
52-
version='29.0rc1',
52+
version='29.0rc2',
5353
description='Daemons for controlling a Beaker lab',
5454
author='Red Hat, Inc.',
5555
author_email='[email protected]',

Server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def find_data_recursive(dest_dir, src_dir, exclude=frozenset()):
186186
setup(
187187
name='beaker-server',
188188
namespace_packages = ['bkr'],
189-
version='29.0rc1',
189+
version='29.0rc2',
190190
description='Beaker scheduler and web interface',
191191
long_description=
192192
'Beaker is a system for full stack software integration testing '

beaker.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
# not representable in RPM. For example, a release candidate might be 0.15.0rc1
1616
# but that is not usable for the RPM Version because it sorts higher than
1717
# 0.15.0, so the RPM will have Version 0.15.0 and Release 0.rc1 in that case.
18-
%global upstream_version 29.0rc1
18+
%global upstream_version 29.0rc2
1919

2020
Name: beaker
2121
Version: 29.0
22-
Release: 0.rc1%{?dist}
22+
Release: 0.rc2%{?dist}
2323
Summary: Full-stack software and hardware integration testing system
2424
Group: Applications/Internet
2525
License: GPLv2+ and BSD

0 commit comments

Comments
 (0)