1.7.2. changelog and version bump to 1.7.3-dev

Change-Id: Id398b4c0764ca0995cec03c5f0ea6198ef877ade
This commit is contained in:
John Dickinson 2012-09-18 15:23:52 -07:00
parent 73aa3cbda1
commit 8a7afa535f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
swift (1.7.2)
* Fix issue where memcache serialization was not properly loading
the config value
swift (1.7.0)
* Use custom encoding for ring data instead of pickle

View File

@ -14,7 +14,7 @@ class Version(object):
return '%s-dev' % (self.canonical_version,)
_version = Version('1.7.1', False)
_version = Version('1.7.3', False)
__version__ = _version.pretty_version
__canonical_version__ = _version.canonical_version