Merge ~lgp171188/lptools:release-0.3.0 into lptools:main

Proposed by Guruprasad
Status: Merged
Merged at revision: c4a2102a471e0f30afd3764c2f92744891ad8b61
Proposed branch: ~lgp171188/lptools:release-0.3.0
Merge into: lptools:main
Diff against target: 26 lines (+2/-3)
2 files modified
MANIFEST.in (+1/-1)
setup.py (+1/-2)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+453021@code.launchpad.net

Commit message

Prepare for the 0.3.0 release

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

Er, ignore my last message which was obvious nonsense. LGTM.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/MANIFEST.in b/MANIFEST.in
2index bd4f5e6..afab13a 100644
3--- a/MANIFEST.in
4+++ b/MANIFEST.in
5@@ -1,2 +1,2 @@
6 include COPYING
7-include MANIFEST.in MANIFEST
8+include MANIFEST.in
9diff --git a/setup.py b/setup.py
10index 8c46f64..48da715 100755
11--- a/setup.py
12+++ b/setup.py
13@@ -9,7 +9,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README'), 'r') as f:
14
15 setup(
16 name='lptools',
17- version='0.2.0',
18+ version='0.3.0',
19 url='https://launchpad.net/lptools',
20 author='Rodney Dawes',
21 author_email='rodney.dawes@canonical.com',
22@@ -30,4 +30,3 @@ setup(
23 'Topic :: Software Development',
24 ],
25 )
26-

Subscribers

People subscribed via source and target branches

to all changes: