Merge checkbox-ng:release into checkbox-ng:master

Proposed by Pierre Equoy
Status: Merged
Approved by: Pierre Equoy
Approved revision: 0de28f223094c2ab7641df89a9bcf58ea2e5966b
Merged at revision: 4e6c5ec4f953c6d588b7f5e009d7a1c1ffb061b2
Proposed branch: checkbox-ng:release
Merge into: checkbox-ng:master
Diff against target: 34 lines (+3/-3)
3 files modified
.bumpversion.cfg (+1/-1)
checkbox_ng/__init__.py (+1/-1)
setup.py (+1/-1)
Reviewer Review Type Date Requested Status
Pierre Equoy Approve
Review via email: mp+319661@code.launchpad.net

Commit message

Release_2017_Week11

Description of the change

Release_2017_Week11

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
1diff --git a/.bumpversion.cfg b/.bumpversion.cfg
2index 01ca57b..95db144 100644
3--- a/.bumpversion.cfg
4+++ b/.bumpversion.cfg
5@@ -1,5 +1,5 @@
6 [bumpversion]
7-current_version = 0.32.0.dev0
8+current_version = 0.33.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}
12diff --git a/checkbox_ng/__init__.py b/checkbox_ng/__init__.py
13index 2c403fb..0528cfb 100644
14--- a/checkbox_ng/__init__.py
15+++ b/checkbox_ng/__init__.py
16@@ -24,4 +24,4 @@
17 CheckBoxNG is a new version of CheckBox built on top of PlainBox
18 """
19
20-__version__ = '0.32.0.dev0'
21+__version__ = '0.33.0.dev0'
22diff --git a/setup.py b/setup.py
23index 84a0285..98186e8 100755
24--- a/setup.py
25+++ b/setup.py
26@@ -54,7 +54,7 @@ else:
27
28 setup(
29 name="checkbox-ng",
30- version="0.32.0.dev0",
31+ version="0.33.0.dev0",
32 url="https://launchpad.net/checkbox-ng/",
33 packages=find_packages(),
34 author="Zygmunt Krynicki",

Subscribers

People subscribed via source and target branches

to all changes: