Merge lp:~jml/txpkgme/release-0.3 into lp:txpkgme

Proposed by Jonathan Lange
Status: Merged
Approved by: Jonathan Lange
Approved revision: 47
Merged at revision: 47
Proposed branch: lp:~jml/txpkgme/release-0.3
Merge into: lp:txpkgme
Diff against target: 37 lines (+11/-3)
2 files modified
NEWS (+10/-2)
setup.py (+1/-1)
To merge this branch: bzr merge lp:~jml/txpkgme/release-0.3
Reviewer Review Type Date Requested Status
Jonathan Lange (community) Approve
Review via email: mp+131570@code.launchpad.net

Commit message

Prepare for release 0.3

Description of the change

Yaawwwwnw

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

Rubberstamp! Proposer approves of own proposal.

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-08-03 15:48:48 +0000
3+++ NEWS 2012-10-26 10:27:23 +0000
4@@ -3,10 +3,18 @@
5 txpkgme NEWS
6 ==============
7
8+0.3 (2012-10-26)
9+================
10+
11+ * Tools for analysing scoreboard output
12+ * Switched to buildout
13+ * Use argparse, rather than optparse
14+ * Fixed tricky timeout bug
15+
16 0.2
17 ===
18
19-First ever release! Thousands of new features! Actually, it's just a
20-synchronous client for pkgme-service_.
21+First ever release! Thousands of new features! Actually, it's just an
22+asynchronous client for pkgme-service_.
23
24 .. _pkgme-service: https://launchpad.net/pkgme-service.
25
26=== modified file 'setup.py'
27--- setup.py 2012-08-03 16:58:28 +0000
28+++ setup.py 2012-10-26 10:27:23 +0000
29@@ -16,7 +16,7 @@
30
31 setup(
32 name="txpkgme",
33- version="0.2",
34+ version="0.3",
35 author="Canonical Consumer Applications",
36 author_email="canonical-consumer-applications@lists.launchpad.net",
37 license="GPL3",

Subscribers

People subscribed via source and target branches