Skip to content

Commit 85d3e45

Browse files
committed
Automatic commit of release 29.2
1 parent 1b3a2a9 commit 85d3e45

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
@@ -23,7 +23,7 @@ def bash_completion_dir():
2323

2424
setup(
2525
name='beaker-client',
26-
version='29.1',
26+
version='29.2',
2727
description=DESCRIPTION,
2828
# XXX: Create proper README for this package and use it for long description
2929
long_description=DESCRIPTION,

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.1'
5+
__version__ = '29.2'

Common/setup.py

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

1515
setup(
1616
name='beaker-common',
17-
version='29.1',
17+
version='29.2',
1818
description=DESCRIPTION,
1919
# XXX: Create proper README for this package and use it for long description
2020
long_description=DESCRIPTION,

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.1',
15+
version='29.2',
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.1',
52+
version='29.2',
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.1',
189+
version='29.2',
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,10 +15,10 @@
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.1
18+
%global upstream_version 29.2
1919

2020
Name: beaker
21-
Version: 29.1
21+
Version: 29.2
2222
Release: 1%{?dist}
2323
Summary: Full-stack software and hardware integration testing system
2424
Group: Applications/Internet

0 commit comments

Comments
 (0)