Merge plainbox-provider-certification-client:release into plainbox-provider-certification-client:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: a4e9f13f1b17516ba936812fc89aed50d6061f74
Merged at revision: 41ef8af910b4459d3f9eef0fb7ae59e2b55d2f0d
Proposed branch: plainbox-provider-certification-client:release
Merge into: plainbox-provider-certification-client: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+324424@code.launchpad.net

Commit message

Release_2017_Week21

Description of the change

Release_2017_Week21

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 e9aac88..b11b8ea 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
1[bumpversion]1[bumpversion]
2current_version = 0.30.0.dev02current_version = 0.31.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 52de098..a362583 100755
--- a/manage.py
+++ b/manage.py
@@ -79,7 +79,7 @@ class InstallCommandExt(InstallCommand):
79setup(79setup(
80 name='certification-client',80 name='certification-client',
81 namespace='2013.com.canonical.certification',81 namespace='2013.com.canonical.certification',
82 version="0.30.0.dev0",82 version="0.31.0.dev0",
83 description=N_("Client Certification provider"),83 description=N_("Client Certification provider"),
84 gettext_domain="certification-client",84 gettext_domain="certification-client",
85 deprecated=False,85 deprecated=False,

Subscribers

People subscribed via source and target branches

to all changes: