Skip to content

Commit

Permalink
Bump version: 2.5 → 2.6 (#454)
Browse files Browse the repository at this point in the history
Co-authored-by: Devices Certification Bot <robot@canonical.com>
  • Loading branch information
github-actions[bot] and Devices Certification Bot committed May 15, 2023
1 parent 92dc56e commit 67e8729
Show file tree
Hide file tree
Showing 33 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.5
current_version = 2.6
parse = (?P<major>\d+)\.(?P<minor>\d+)
serialize = {major}.{minor}
search = version: '{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion checkbox-core-snap/series16/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Checkbox runtime and public providers"
grade: stable
confinement: strict

version: '2.5'
version: '2.6'

base: core

Expand Down
2 changes: 1 addition & 1 deletion checkbox-core-snap/series18/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Checkbox runtime and public providers"
grade: stable
confinement: strict

version: '2.5'
version: '2.6'

base: core18

Expand Down
2 changes: 1 addition & 1 deletion checkbox-core-snap/series20/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Checkbox runtime and public providers"
grade: stable
confinement: strict

version: '2.5'
version: '2.6'

base: core20

Expand Down
2 changes: 1 addition & 1 deletion checkbox-core-snap/series22/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Checkbox runtime and public providers"
grade: stable
confinement: strict

version: '2.5'
version: '2.6'

base: core22

Expand Down
2 changes: 1 addition & 1 deletion checkbox-ng/checkbox_ng/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
CheckBoxNG is a new version of CheckBox built on top of PlainBox
"""

__version__ = '2.5'
__version__ = '2.6'

4 changes: 2 additions & 2 deletions checkbox-ng/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
checkbox-ng (2.5) UNRELEASED; urgency=medium
checkbox-ng (2.6) UNRELEASED; urgency=medium

* new upstream version

-- Devices Certification Bot <robot@canonical.com> Wed, 19 Apr 2023 02:21:11 +0000
-- Devices Certification Bot <robot@canonical.com> Mon, 15 May 2023 07:05:45 +0000

checkbox-ng (2.2.0) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion checkbox-ng/plainbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# PEP440 compliant version declaration.
#
# This is used by @public decorator to enforce our public API guarantees.
__version__ = '2.5'
__version__ = '2.6'

def get_version_string():
import os
Expand Down
2 changes: 1 addition & 1 deletion checkbox-ng/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

setup(
name="checkbox-ng",
version="2.5",
version="2.6",
url="https://launchpad.net/checkbox-ng/",
packages=find_packages(),
author="Zygmunt Krynicki",
Expand Down
2 changes: 1 addition & 1 deletion checkbox-snap/series_classic16/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ summary: Checkbox test runner
description: |
Checkbox is a flexible test automation software.
It’s the main tool used in Ubuntu Certification program.
version: '2.5'
version: '2.6'
grade: stable
confinement: classic

Expand Down
2 changes: 1 addition & 1 deletion checkbox-snap/series_classic18/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ summary: Checkbox test runner
description: |
Checkbox is a flexible test automation software.
It’s the main tool used in Ubuntu Certification program.
version: '2.5'
version: '2.6'
grade: stable
confinement: classic

Expand Down
2 changes: 1 addition & 1 deletion checkbox-snap/series_classic20/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ summary: Checkbox test runner
description: |
Checkbox is a flexible test automation software.
It’s the main tool used in Ubuntu Certification program.
version: '2.5'
version: '2.6'
grade: stable
confinement: classic

Expand Down
2 changes: 1 addition & 1 deletion checkbox-snap/series_classic22/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ summary: Checkbox test runner
description: |
Checkbox is a flexible test automation software.
It’s the main tool used in Ubuntu Certification program.
version: '2.5'
version: '2.6'
grade: stable
confinement: classic

Expand Down
2 changes: 1 addition & 1 deletion checkbox-snap/series_uc16/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ summary: Checkbox test runner
description: |
Checkbox is a flexible test automation software.
It’s the main tool used in Ubuntu Certification program.
version: '2.5'
version: '2.6'
grade: stable
confinement: strict

Expand Down
2 changes: 1 addition & 1 deletion checkbox-snap/series_uc18/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ summary: Checkbox test runner
description: |
Checkbox is a flexible test automation software.
It’s the main tool used in Ubuntu Certification program.
version: '2.5'
version: '2.6'
grade: stable
confinement: strict

Expand Down
2 changes: 1 addition & 1 deletion checkbox-snap/series_uc20/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ summary: Checkbox test runner
description: |
Checkbox is a flexible test automation software.
It’s the main tool used in Ubuntu Certification program.
version: '2.5'
version: '2.6'
grade: stable
confinement: strict

Expand Down
2 changes: 1 addition & 1 deletion checkbox-snap/series_uc22/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ summary: Checkbox test runner
description: |
Checkbox is a flexible test automation software.
It’s the main tool used in Ubuntu Certification program.
version: '2.5'
version: '2.6'
grade: stable
confinement: strict

Expand Down
4 changes: 2 additions & 2 deletions checkbox-support/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
checkbox-support (2.5) UNRELEASED; urgency=medium
checkbox-support (2.6) UNRELEASED; urgency=medium

* new upstream version

-- Devices Certification Bot <robot@canonical.com> Wed, 19 Apr 2023 02:21:12 +0000
-- Devices Certification Bot <robot@canonical.com> Mon, 15 May 2023 07:05:45 +0000

checkbox-support (2.2.0) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion checkbox-support/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name="checkbox-support",
version="2.5",
version="2.6",
url="https://launchpad.net/checkbox/",
packages=find_packages(),
test_suite='checkbox_support.tests.test_suite',
Expand Down
4 changes: 2 additions & 2 deletions providers/base/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
checkbox-provider-base (2.5) UNRELEASED; urgency=medium
checkbox-provider-base (2.6) UNRELEASED; urgency=medium

* new upstream version

-- Devices Certification Bot <robot@canonical.com> Wed, 19 Apr 2023 02:21:12 +0000
-- Devices Certification Bot <robot@canonical.com> Mon, 15 May 2023 07:05:45 +0000

checkbox-provider-base (2.2.0) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion providers/base/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name='checkbox-provider-base',
namespace='com.canonical.certification',
version="2.5",
version="2.6",
description=N_("Checkbox provider base"),
gettext_domain='checkbox-provider-base',
strict=False, deprecated=False,
Expand Down
4 changes: 2 additions & 2 deletions providers/certification-client/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
checkbox-provider-certification-client (2.5) UNRELEASED; urgency=medium
checkbox-provider-certification-client (2.6) UNRELEASED; urgency=medium

* new upstream version

-- Devices Certification Bot <robot@canonical.com> Wed, 19 Apr 2023 02:21:12 +0000
-- Devices Certification Bot <robot@canonical.com> Mon, 15 May 2023 07:05:45 +0000

checkbox-provider-certification-client (2.2.0) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion providers/certification-client/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _copy_all_executables(self, root, prefix, layout, provider):
setup(
name='checkbox-provider-certification-client',
namespace='com.canonical.certification',
version="2.5",
version="2.6",
description=N_("Client Certification provider"),
gettext_domain="checkbox-provider-certification-client",
deprecated=False,
Expand Down
4 changes: 2 additions & 2 deletions providers/certification-server/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
checkbox-provider-certification-server (2.5) UNRELEASED; urgency=medium
checkbox-provider-certification-server (2.6) UNRELEASED; urgency=medium

* new upstream version

-- Devices Certification Bot <robot@canonical.com> Wed, 19 Apr 2023 02:21:12 +0000
-- Devices Certification Bot <robot@canonical.com> Mon, 15 May 2023 07:05:45 +0000

checkbox-provider-certification-server (2.1.0) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion providers/certification-server/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _copy_all_executables(self, root, prefix, layout, provider):
setup(
name='checkbox-provider-certification-server',
namespace='com.canonical.certification',
version="2.5",
version="2.6",
description=N_("Server Certification provider"),
gettext_domain="checkbox-provider-certification-server",
strict=False, deprecated=False,
Expand Down
4 changes: 2 additions & 2 deletions providers/gpgpu/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
checkbox-provider-gpgpu (2.5) UNRELEASED; urgency=medium
checkbox-provider-gpgpu (2.6) UNRELEASED; urgency=medium

* new upstream version

-- Devices Certification Bot <robot@canonical.com> Wed, 19 Apr 2023 02:21:12 +0000
-- Devices Certification Bot <robot@canonical.com> Mon, 15 May 2023 07:05:46 +0000

checkbox-provider-gpgpu (2.1.0) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion providers/gpgpu/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _copy_all_executables(self, root, prefix, layout, provider):
setup(
name='checkbox-provider-gpgpu',
namespace='com.canonical.certification',
version="2.5",
version="2.6",
description=N_("Checkbox Provider for GPGPU Testing"),
gettext_domain='checkbox-provider-gpgpu',
)
4 changes: 2 additions & 2 deletions providers/resource/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
checkbox-provider-resource (2.5) UNRELEASED; urgency=medium
checkbox-provider-resource (2.6) UNRELEASED; urgency=medium

* new upstream version

-- Devices Certification Bot <robot@canonical.com> Wed, 19 Apr 2023 02:21:12 +0000
-- Devices Certification Bot <robot@canonical.com> Mon, 15 May 2023 07:05:46 +0000

checkbox-provider-resource (2.1.0) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion providers/resource/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def invoked(self, ns):
setup(
name='checkbox-provider-resource',
namespace='com.canonical.certification',
version="2.5",
version="2.6",
description=N_("Checkbox provider resource"),
gettext_domain='checkbox-provider-resource',
strict=False, deprecated=False,
Expand Down
4 changes: 2 additions & 2 deletions providers/sru/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
checkbox-provider-sru (2.5) UNRELEASED; urgency=medium
checkbox-provider-sru (2.6) UNRELEASED; urgency=medium

* new upstream version

-- Devices Certification Bot <robot@canonical.com> Wed, 19 Apr 2023 02:21:12 +0000
-- Devices Certification Bot <robot@canonical.com> Mon, 15 May 2023 07:05:46 +0000

checkbox-provider-sru (2.1.0) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion providers/sru/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
setup(
name='checkbox-provider-sru',
namespace='com.canonical.certification',
version="2.5",
version="2.6",
description=N_("The SRU provider"),
gettext_domain="checkbox-provider-sru",
)
4 changes: 2 additions & 2 deletions providers/tpm2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
checkbox-provider-tpm2 (2.5) UNRELEASED; urgency=medium
checkbox-provider-tpm2 (2.6) UNRELEASED; urgency=medium

* new upstream version

-- Devices Certification Bot <robot@canonical.com> Wed, 19 Apr 2023 02:21:12 +0000
-- Devices Certification Bot <robot@canonical.com> Mon, 15 May 2023 07:05:46 +0000

checkbox-provider-tpm2 (2.1.0) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion providers/tpm2/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
setup(
name='checkbox-provider-tpm2',
namespace='com.canonical.certification',
version="2.5",
version="2.6",
description=N_("Checkbox Provider for TPM 2.0 (trusted platform module)"),
gettext_domain='checkbox-provider-tpm2',
)

0 comments on commit 67e8729

Please sign in to comment.