Merge plainbox-provider-resource:release into plainbox-provider-resource:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: fdc86ce47f194fe4dc9020d1e80a5e6969c32ebd
Merged at revision: d8ec664c886c941f8e368c6f15d082a478169120
Proposed branch: plainbox-provider-resource:release
Merge into: plainbox-provider-resource:master
Diff against target: 24 lines (+2/-2)
2 files modified
.bumpversion.cfg (+1/-1)
manage.py (+1/-1)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+355391@code.launchpad.net

Commit message

Release_2018_Week38

Description of the change

Release_2018_Week38

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

review: Approve

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 fdc712c..0764616 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
1[bumpversion]1[bumpversion]
2current_version = 0.38.0.dev02current_version = 0.39.0.dev0
3files = manage.py3files = manage.py
4parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?4parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?((?P<release>\.?[a-z]+)(?P<N>\d+))?
5serialize = 5serialize =
diff --git a/manage.py b/manage.py
index f34cdc0..281cfb5 100755
--- a/manage.py
+++ b/manage.py
@@ -44,7 +44,7 @@ class SourceDistributionCommandExt(SourceDistributionCommand):
44setup(44setup(
45 name='plainbox-provider-resource-generic',45 name='plainbox-provider-resource-generic',
46 namespace='com.canonical.certification',46 namespace='com.canonical.certification',
47 version="0.38.0.dev0",47 version="0.39.0.dev0",
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,

Subscribers

People subscribed via source and target branches

to all changes: