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

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

Commit message

Prepare for 0.4.0 release

Description of the change

Bump versions and fix up news.

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-03 16:17:48 +0000
3+++ NEWS.txt 2012-09-06 13:55:26 +0000
4@@ -3,8 +3,8 @@
5 NEWS for pkgme
6 ==============
7
8-NEXT
9-====
10+0.4.0 (2012-09-06
11+=================
12
13 Changes
14 -------
15@@ -15,14 +15,14 @@
16 * New module ``pkgme.api`` that has the useful stuff from the pkgme script.
17 (Jonathan Lange)
18
19-
20-Deprecations
21-------------
22-
23- * ``pkgme.bin.main.get_all_info``. Use
24+ * ``pkgme.bin.main.get_all_info`` has been removed. Use
25 ``packaging_info_as_data(get_all_info(...))`` instead. Both are in
26 ``pkgme.api``. (Jonathan Lange)
27
28+
29+Deprecations
30+------------
31+
32 * ``pkgme.write_packaging``. Instead use ``pkgme.api.get_all_info`` to get
33 packaging information, and ``pkgme.api.write_packaging_info`` to write it
34 out to disk. (Jonathan Lange)
35
36=== modified file 'pkgme/__init__.py'
37--- pkgme/__init__.py 2012-09-03 14:19:36 +0000
38+++ pkgme/__init__.py 2012-09-06 13:55:26 +0000
39@@ -23,7 +23,7 @@
40 'write_packaging',
41 ]
42
43-__version__ = '0.3.1'
44+__version__ = '0.4.0'
45
46
47 def write_packaging(path, distribution=None, allowed_backend_names=None):

Subscribers

People subscribed via source and target branches