Merge lp:~jml/pkgme/release-0.4.2 into lp:pkgme

Proposed by Jonathan Lange
Status: Merged
Approved by: James Westby
Approved revision: 148
Merged at revision: 148
Proposed branch: lp:~jml/pkgme/release-0.4.2
Merge into: lp:pkgme
Diff against target: 34 lines (+4/-2)
2 files modified
NEWS.txt (+3/-1)
pkgme/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~jml/pkgme/release-0.4.2
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+126233@code.launchpad.net

Commit message

Prepare for 0.4.2 release

Description of the change

Prepare for 0.4.2

To post a comment you must log in.
Revision history for this message
James Westby (james-w) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NEWS.txt'
2--- NEWS.txt 2012-09-24 11:06:43 +0000
3+++ NEWS.txt 2012-09-25 12:09:23 +0000
4@@ -2,7 +2,7 @@
5 NEWS for pkgme
6 ==============
7
8-0.4.2 (2012-XX-XX)
9+0.4.2 (2012-09-25)
10 ==================
11
12 Improvements
13@@ -11,6 +11,8 @@
14 * Distribution defaults to "UNRELEASED" if there is no ``/etc/lsb-release``
15 file, rather than erroring out. (Natalia)
16
17+ * More logging on how long various steps take. (Jonathan Lange)
18+
19
20 0.4.1 (2012-09-12)
21 ==================
22
23=== modified file 'pkgme/__init__.py'
24--- pkgme/__init__.py 2012-09-06 16:24:31 +0000
25+++ pkgme/__init__.py 2012-09-25 12:09:23 +0000
26@@ -23,7 +23,7 @@
27 'write_packaging',
28 ]
29
30-__version__ = '0.4.1'
31+__version__ = '0.4.2'
32
33
34 def write_packaging(path, distribution=None, allowed_backend_names=None):

Subscribers

People subscribed via source and target branches