Merge lp:~rockstar/tarmac/new-release into lp:tarmac

Proposed by Paul Hummer
Status: Merged
Approved by: Paul Hummer
Approved revision: 394
Merged at revision: 389
Proposed branch: lp:~rockstar/tarmac/new-release
Merge into: lp:tarmac
Diff against target: 27 lines (+8/-1)
2 files modified
NEWS (+7/-0)
tarmac/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~rockstar/tarmac/new-release
Reviewer Review Type Date Requested Status
dobey Approve
Paul Hummer Pending
Review via email: mp+49675@code.launchpad.net

Commit message

Bump the version number, update NEWS

Description of the change

Bump the version number, add the NEWS (which I didn't realize I wasn't being very diligent with).

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'NEWS'
--- NEWS 2009-07-11 15:55:16 +0000
+++ NEWS 2011-02-14 17:56:09 +0000
@@ -16,3 +16,10 @@
16Added docs16Added docs
17Increased test coverage17Increased test coverage
18Minimal downloading of checkouts18Minimal downloading of checkouts
19
20Tarmac 0.5 Released
21===================
22
23Actually using the NEWS file again
24Fix for api.edge.launchpad disappearing
25Speed improvements
1926
=== modified file 'tarmac/__init__.py'
--- tarmac/__init__.py 2010-09-18 19:20:02 +0000
+++ tarmac/__init__.py 2011-02-14 17:56:09 +0000
@@ -16,7 +16,7 @@
1616
17'''Tarmac - A tool for controlling the landing of Launchpad branches.'''17'''Tarmac - A tool for controlling the landing of Launchpad branches.'''
1818
19__version__ = u'0.4'19__version__ = u'0.5'
20__copyright__ = (20__copyright__ = (
21 u'Paul Hummer <paul@eventuallyanyway.com>',21 u'Paul Hummer <paul@eventuallyanyway.com>',
22 u'Canonical Ltd')22 u'Canonical Ltd')

Subscribers

People subscribed via source and target branches