updated with 1.7.5 version bump and changelog update

Change-Id: I04be779539b2bff76e2f614f50ddba2592fe4a36
This commit is contained in:
John Dickinson 2012-09-25 14:37:45 -07:00
parent 7e0c4eb152
commit b530e62313
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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