updated with 1.7.5 version bump and changelog update
Change-Id: I04be779539b2bff76e2f614f50ddba2592fe4a36
This commit is contained in:
parent
7e0c4eb152
commit
b530e62313
@ -1,3 +1,7 @@
|
||||
swift (1.7.4)
|
||||
|
||||
* Fix issue where early client disconnects may have caused a memory leak
|
||||
|
||||
swift (1.7.2)
|
||||
|
||||
* Fix issue where memcache serialization was not properly loading
|
||||
|
@ -14,7 +14,7 @@ class Version(object):
|
||||
return '%s-dev' % (self.canonical_version,)
|
||||
|
||||
|
||||
_version = Version('1.7.3', False)
|
||||
_version = Version('1.7.5', False)
|
||||
__version__ = _version.pretty_version
|
||||
__canonical_version__ = _version.canonical_version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user