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

Proposed by Jonathan Lange
Status: Merged
Approved by: Jonathan Lange
Approved revision: 138
Merged at revision: 137
Proposed branch: lp:~jml/pkgme-devportal/new-release
Merge into: lp:pkgme-devportal
Diff against target: 46 lines (+12/-2)
3 files modified
NEWS (+10/-0)
devportalbinary/__init__.py (+1/-1)
setup.py (+1/-1)
To merge this branch: bzr merge lp:~jml/pkgme-devportal/new-release
Reviewer Review Type Date Requested Status
Jonathan Lange Approve
Review via email: mp+130353@code.launchpad.net

Commit message

Bump for 0.4.8

Description of the change

Release 0.4.8

To post a comment you must log in.
Revision history for this message
Jonathan Lange (jml) wrote :

Rubber stamp

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-10-17 09:06:21 +0000
3+++ NEWS 2012-10-18 13:40:28 +0000
4@@ -2,6 +2,16 @@
5 NEWS for pkgme-devportal
6 ========================
7
8+0.4.8 (2012-10-18)
9+==================
10+
11+Changes
12+-------
13+
14+ * Require actually working version of ``libdep-service-python``.
15+ (Jonathan Lange)
16+
17+
18 0.4.7 (2012-10-17)
19 ==================
20
21
22=== modified file 'devportalbinary/__init__.py'
23--- devportalbinary/__init__.py 2012-10-17 09:06:21 +0000
24+++ devportalbinary/__init__.py 2012-10-18 13:40:28 +0000
25@@ -9,7 +9,7 @@
26 ]
27
28
29-__version__ = '0.4.7'
30+__version__ = '0.4.8'
31
32
33 def get_backends_path():
34
35=== modified file 'setup.py'
36--- setup.py 2012-10-18 13:03:17 +0000
37+++ setup.py 2012-10-18 13:40:28 +0000
38@@ -37,7 +37,7 @@
39 'bzr',
40 'configglue',
41 'launchpadlib',
42- 'libdep-service-python>=0.0.4',
43+ 'libdep-service-python>=0.0.5',
44 'PIL',
45 'pkgme>=0.4.1',
46 'fixtures',

Subscribers

People subscribed via source and target branches