1.7.2. changelog and version bump to 1.7.3-dev
Change-Id: Id398b4c0764ca0995cec03c5f0ea6198ef877ade
This commit is contained in:
parent
73aa3cbda1
commit
8a7afa535f
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user