Merge lp:~ttx/swift/final-1.4.0 into lp:~hudson-openstack/swift/milestone-proposed

Proposed by Thierry Carrez
Status: Merged
Approved by: John Dickinson
Approved revision: 303
Merged at revision: 303
Proposed branch: lp:~ttx/swift/final-1.4.0
Merge into: lp:~hudson-openstack/swift/milestone-proposed
Diff against target: 11 lines (+1/-1)
1 file modified
swift/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~ttx/swift/final-1.4.0
Reviewer Review Type Date Requested Status
John Dickinson Pending
OpenStack Infra Pending
Review via email: mp+62891@code.launchpad.net

Commit message

Release 1.4.0

Description of the change

Final versioning for Swift 1.4.0 release.
Should be accepted by swift-core as the last thing before release, on milestone release day.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'swift/__init__.py'
2--- swift/__init__.py 2011-05-26 14:27:46 +0000
3+++ swift/__init__.py 2011-05-30 15:13:29 +0000
4@@ -14,7 +14,7 @@
5 return '%s-dev' % (self.canonical_version,)
6
7
8-_version = Version('1.4.0', False)
9+_version = Version('1.4.0', True)
10 __version__ = _version.pretty_version
11 __canonical_version__ = _version.canonical_version
12

Subscribers

People subscribed via source and target branches