Merge checkbox-support:release into checkbox-support:master

Proposed by Devices Certification Bot
Status: Merged
Approved by: Paul Larson
Approved revision: 1a0807b627e7286edeb1e500f317f00b287cdaa2
Merged at revision: c8110fdd9554f73dfb050fd195940139e4a85479
Proposed branch: checkbox-support:release
Merge into: checkbox-support:master
Diff against target: 24 lines (+2/-2)
2 files modified
.bumpversion.cfg (+1/-1)
setup.py (+1/-1)
Reviewer Review Type Date Requested Status
Devices Certification Bot Needs Fixing
Review via email: mp+405577@code.launchpad.net

Commit message

Release_2021_Week28

Description of the change

Release_2021_Week28

To post a comment you must log in.
Revision history for this message
Devices Certification Bot (ce-certification-qa) :
review: Approve (automated)
Revision history for this message
Devices Certification Bot (ce-certification-qa) wrote :

The merge was fine but running tests failed.

lxc commands not found, maybe you need to install lxd and lxc

review: Needs Fixing

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.bumpversion.cfg b/.bumpversion.cfg
2index cf94e44..f6b003c 100644
3--- a/.bumpversion.cfg
4+++ b/.bumpversion.cfg
5@@ -1,5 +1,5 @@
6 [bumpversion]
7-current_version = 0.51.0.dev0
8+current_version = 0.52.0.dev0
9 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
10 serialize =
11 {major}.{minor}.{patch}{release}{N}
12diff --git a/setup.py b/setup.py
13index 969359c..8b238cf 100755
14--- a/setup.py
15+++ b/setup.py
16@@ -38,7 +38,7 @@ with open(os.path.join(base_dir, "README.rst"), encoding="UTF-8") as stream:
17
18 setup(
19 name="checkbox-support",
20- version="0.51.0.dev0",
21+ version="0.52.0.dev0",
22 url="https://launchpad.net/checkbox/",
23 packages=find_packages(),
24 test_suite='checkbox_support.tests.test_suite',

Subscribers

People subscribed via source and target branches

to all changes: