Skip to content

Commit

Permalink
Open a new release for development (#391)
Browse files Browse the repository at this point in the history
* Bump checkbox-ng version: 2.1.0 → 2.2.0

* Bump checkbox-support version: 2.1.0 → 2.2.0

* Bump provider-base version: 2.2.0 → 2.3.0

---------

Co-authored-by: Devices Certification Bot <robot@canonical.com>
  • Loading branch information
github-actions[bot] and Devices Certification Bot committed Mar 24, 2023
1 parent 2ae2d46 commit 9b0a396
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion checkbox-ng/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.0
current_version = 2.2.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = checkbox-ng-v{new_version}
serialize =
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,4 +24,4 @@
CheckBoxNG is a new version of CheckBox built on top of PlainBox
"""

__version__ = '2.1.0'
__version__ = '2.2.0'
6 changes: 6 additions & 0 deletions checkbox-ng/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-ng (2.2.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Fri, 24 Mar 2023 06:12:52 +0000

checkbox-ng (2.1.0) unstable; urgency=medium

* "new upstream version"
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.1.0'
__version__ = '2.2.0'

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 @@ -54,7 +54,7 @@

setup(
name="checkbox-ng",
version="2.1.0",
version="2.2.0",
url="https://launchpad.net/checkbox-ng/",
packages=find_packages(),
author="Zygmunt Krynicki",
Expand Down
2 changes: 1 addition & 1 deletion checkbox-support/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.0
current_version = 2.2.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = checkbox-support-v{new_version}
serialize =
Expand Down
6 changes: 6 additions & 0 deletions checkbox-support/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-support (2.2.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Fri, 24 Mar 2023 06:12:52 +0000

checkbox-support (2.1.0) unstable; urgency=medium

* "new upstream version"
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
version="2.2.0",
url="https://launchpad.net/checkbox/",
packages=find_packages(),
test_suite='checkbox_support.tests.test_suite',
Expand All @@ -49,7 +49,7 @@
long_description=long_description,
package_data={"checkbox_support": ["parsers/cputable"]},
install_requires=[
'pyparsing >= 2.1.0',
'pyparsing >= 2.2.0',
'requests >= 1.0',
'distro >= 1.0'
] + (['configparser'] if sys.version_info.major == 2 else []) + (
Expand Down
2 changes: 1 addition & 1 deletion providers/base/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.0
current_version = 2.3.0
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
tag_name = provider-base-v{new_version}
serialize =
Expand Down
6 changes: 6 additions & 0 deletions providers/base/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
checkbox-provider-base (2.3.0) unstable; urgency=medium

* "new upstream version"

-- Devices Certification Bot <robot@canonical.com> Fri, 24 Mar 2023 06:12:53 +0000

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

* "new upstream version"
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.2.0",
version="2.3.0",
description=N_("Checkbox provider base"),
gettext_domain='checkbox-provider-base',
strict=False, deprecated=False,
Expand Down

0 comments on commit 9b0a396

Please sign in to comment.