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

Proposed by Devices Certification Bot
Status: Merged
Approved by: Devices Certification Bot
Approved revision: 371fa0ddef724efb2e9fb8598f2b60853efc09b6
Merged at revision: 4a3bb13257cb4bbc8e6c984a9d10278fc1e7eef1
Proposed branch: checkbox-support:release
Merge into: checkbox-support:master
Diff against target: 29 lines (+2/-3)
2 files modified
.bumpversion.cfg (+1/-2)
setup.py (+1/-1)
Reviewer Review Type Date Requested Status
Devices Certification Bot automated Approve
Review via email: mp+412202@code.launchpad.net

Commit message

Release_2021_Week47

Description of the change

Release_2021_Week47

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

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 f6b003c..08bba25 100644
3--- a/.bumpversion.cfg
4+++ b/.bumpversion.cfg
5@@ -1,5 +1,5 @@
6 [bumpversion]
7-current_version = 0.52.0.dev0
8+current_version = 0.53.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}
12@@ -13,4 +13,3 @@ values =
13 .dev
14 rc
15 RELEASE
16-
17diff --git a/setup.py b/setup.py
18index 8b238cf..62836ce 100755
19--- a/setup.py
20+++ b/setup.py
21@@ -38,7 +38,7 @@ with open(os.path.join(base_dir, "README.rst"), encoding="UTF-8") as stream:
22
23 setup(
24 name="checkbox-support",
25- version="0.52.0.dev0",
26+ version="0.53.0.dev0",
27 url="https://launchpad.net/checkbox/",
28 packages=find_packages(),
29 test_suite='checkbox_support.tests.test_suite',

Subscribers

People subscribed via source and target branches

to all changes: