Merge lp:checkbox/release into lp:checkbox

Proposed by Pierre Equoy
Status: Merged
Approved by: Pierre Equoy
Approved revision: 4517
Merged at revision: 4513
Proposed branch: lp:checkbox/release
Merge into: lp:checkbox
Diff against target: 99 lines (+8/-8)
8 files modified
checkbox-ng/checkbox_ng/__init__.py (+1/-1)
checkbox-ng/setup.py (+1/-1)
checkbox-support/setup.py (+1/-1)
plainbox/plainbox/__init__.py (+1/-1)
plainbox/setup.py (+1/-1)
providers/plainbox-provider-checkbox/manage.py (+1/-1)
providers/plainbox-provider-resource-generic/manage.py (+1/-1)
providers/plainbox-provider-sru/manage.py (+1/-1)
To merge this branch: bzr merge lp:checkbox/release
Reviewer Review Type Date Requested Status
Pierre Equoy Approve
Review via email: mp+307277@code.launchpad.net

Commit message

Release_2016_Week39

Description of the change

Release_2016_Week39

To post a comment you must log in.
Revision history for this message
Pierre Equoy (pieq) wrote :

self-approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'checkbox-ng/checkbox_ng/__init__.py'
--- checkbox-ng/checkbox_ng/__init__.py 2016-08-08 10:41:23 +0000
+++ checkbox-ng/checkbox_ng/__init__.py 2016-09-30 07:38:31 +0000
@@ -24,4 +24,4 @@
24CheckBoxNG is a new version of CheckBox built on top of PlainBox24CheckBoxNG is a new version of CheckBox built on top of PlainBox
25"""25"""
2626
27__version__ = (0, 29, 0, "dev", 0)27__version__ = (0, 30, 0, "dev", 0)
2828
=== modified file 'checkbox-ng/launchers/checkbox-cli'
=== modified file 'checkbox-ng/setup.py'
--- checkbox-ng/setup.py 2016-08-08 10:41:23 +0000
+++ checkbox-ng/setup.py 2016-09-30 07:38:31 +0000
@@ -55,7 +55,7 @@
5555
56setup(56setup(
57 name="checkbox-ng",57 name="checkbox-ng",
58 version="0.29.dev0",58 version="0.30.dev0",
59 url="https://launchpad.net/checkbox-ng/",59 url="https://launchpad.net/checkbox-ng/",
60 packages=find_packages(),60 packages=find_packages(),
61 author="Zygmunt Krynicki",61 author="Zygmunt Krynicki",
6262
=== modified file 'checkbox-support/setup.py'
--- checkbox-support/setup.py 2016-07-25 02:57:33 +0000
+++ checkbox-support/setup.py 2016-09-30 07:38:31 +0000
@@ -38,7 +38,7 @@
3838
39setup(39setup(
40 name="checkbox-support",40 name="checkbox-support",
41 version="0.28.dev0",41 version="0.29.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',
4545
=== modified file 'plainbox/plainbox/__init__.py'
--- plainbox/plainbox/__init__.py 2016-08-08 10:41:21 +0000
+++ plainbox/plainbox/__init__.py 2016-09-30 07:38:31 +0000
@@ -33,4 +33,4 @@
33# PEP386 compliant version declaration.33# PEP386 compliant version declaration.
34#34#
35# This is used by @public decorator to enforce our public API guarantees.35# This is used by @public decorator to enforce our public API guarantees.
36__version__ = (0, 31, 0, "dev", 0)36__version__ = (0, 32, 0, "dev", 0)
3737
=== modified file 'plainbox/plainbox/impl/unit/job.py'
=== modified file 'plainbox/setup.py'
--- plainbox/setup.py 2016-08-08 10:41:21 +0000
+++ plainbox/setup.py 2016-09-30 07:38:31 +0000
@@ -39,7 +39,7 @@
3939
40setup(40setup(
41 name="plainbox",41 name="plainbox",
42 version="0.31.dev0",42 version="0.32.dev0",
43 url="https://launchpad.net/plainbox/",43 url="https://launchpad.net/plainbox/",
44 packages=find_packages(),44 packages=find_packages(),
45 author="Zygmunt Krynicki",45 author="Zygmunt Krynicki",
4646
=== modified file 'providers/plainbox-provider-checkbox/manage.py'
--- providers/plainbox-provider-checkbox/manage.py 2016-08-11 09:40:28 +0000
+++ providers/plainbox-provider-checkbox/manage.py 2016-09-30 07:38:31 +0000
@@ -30,7 +30,7 @@
30setup(30setup(
31 name='plainbox-provider-checkbox',31 name='plainbox-provider-checkbox',
32 namespace='2013.com.canonical.certification',32 namespace='2013.com.canonical.certification',
33 version="0.31",33 version="0.32",
34 description=N_("Checkbox provider"),34 description=N_("Checkbox provider"),
35 gettext_domain='plainbox-provider-checkbox',35 gettext_domain='plainbox-provider-checkbox',
36 strict=False, deprecated=False,36 strict=False, deprecated=False,
3737
=== modified file 'providers/plainbox-provider-resource-generic/manage.py'
--- providers/plainbox-provider-resource-generic/manage.py 2016-07-25 02:57:40 +0000
+++ providers/plainbox-provider-resource-generic/manage.py 2016-09-30 07:38:31 +0000
@@ -44,7 +44,7 @@
44setup(44setup(
45 name='plainbox-provider-resource-generic',45 name='plainbox-provider-resource-generic',
46 namespace='2013.com.canonical.certification',46 namespace='2013.com.canonical.certification',
47 version="0.28",47 version="0.29",
48 description=N_("PlainBox resources provider"),48 description=N_("PlainBox resources provider"),
49 gettext_domain='plainbox-provider-resource-generic',49 gettext_domain='plainbox-provider-resource-generic',
50 deprecated=False, strict=False,50 deprecated=False, strict=False,
5151
=== modified file 'providers/plainbox-provider-sru/manage.py'
--- providers/plainbox-provider-sru/manage.py 2016-07-25 02:57:37 +0000
+++ providers/plainbox-provider-sru/manage.py 2016-09-30 07:38:31 +0000
@@ -16,7 +16,7 @@
16setup(16setup(
17 name='sru',17 name='sru',
18 namespace='2013.com.canonical.certification',18 namespace='2013.com.canonical.certification',
19 version="1.5",19 version="1.6",
20 description=N_("The 2013.com.canonical.certification:sru provider"),20 description=N_("The 2013.com.canonical.certification:sru provider"),
21 gettext_domain="2013_com_canonical_certification_sru",21 gettext_domain="2013_com_canonical_certification_sru",
22)22)

Subscribers

People subscribed via source and target branches