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
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index f6b003c..08bba25 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
1[bumpversion]1[bumpversion]
2current_version = 0.52.0.dev02current_version = 0.53.0.dev0
3parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?3parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
4serialize = 4serialize =
5 {major}.{minor}.{patch}{release}{N}5 {major}.{minor}.{patch}{release}{N}
@@ -13,4 +13,3 @@ values =
13 .dev13 .dev
14 rc14 rc
15 RELEASE15 RELEASE
16
diff --git a/setup.py b/setup.py
index 8b238cf..62836ce 100755
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ with open(os.path.join(base_dir, "README.rst"), encoding="UTF-8") as stream:
3838
39setup(39setup(
40 name="checkbox-support",40 name="checkbox-support",
41 version="0.52.0.dev0",41 version="0.53.0.dev0",
42 url="https://launchpad.net/checkbox/",42 url="https://launchpad.net/checkbox/",
43 packages=find_packages(),43 packages=find_packages(),
44 test_suite='checkbox_support.tests.test_suite',44 test_suite='checkbox_support.tests.test_suite',

Subscribers

People subscribed via source and target branches

to all changes: