Merge lp:~jml/pkgme-devportal/release-0.4.5 into lp:pkgme-devportal

Proposed by Jonathan Lange
Status: Merged
Approved by: James Westby
Approved revision: 128
Merged at revision: 128
Proposed branch: lp:~jml/pkgme-devportal/release-0.4.5
Merge into: lp:pkgme-devportal
Diff against target: 41 lines (+11/-2)
2 files modified
NEWS (+10/-1)
devportalbinary/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~jml/pkgme-devportal/release-0.4.5
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+126232@code.launchpad.net

Commit message

Prepare for release 0.4.5

Description of the change

Prepare for 0.4.5 release.

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'
2--- NEWS 2012-09-19 13:58:48 +0000
3+++ NEWS 2012-09-25 12:08:31 +0000
4@@ -2,6 +2,15 @@
5 NEWS for pkgme-devportal
6 ========================
7
8+0.4.5 (2012-09-24)
9+==================
10+
11+Improvements
12+------------
13+
14+ * More stub backends (Jonathan Lange)
15+
16+
17 0.4.4 (2012-09-19)
18 ==================
19
20@@ -13,7 +22,7 @@
21 at this step due to inconsistent normalization. (James Westby)
22
23 * ELF executables that aren't marked with the exectuable bit will now
24- be detected and made exectuable in the package. (James Westby)
25+ be detected and made executable in the package. (James Westby)
26
27 * Adjusted the dependencies of generated unity-webapps packages to match
28 the real dependencies. (Robert Carr)
29
30=== modified file 'devportalbinary/__init__.py'
31--- devportalbinary/__init__.py 2012-09-12 19:06:08 +0000
32+++ devportalbinary/__init__.py 2012-09-25 12:08:31 +0000
33@@ -9,7 +9,7 @@
34 ]
35
36
37-__version__ = '0.4.4'
38+__version__ = '0.4.5'
39
40
41 def get_backends_path():

Subscribers

People subscribed via source and target branches