updated with 1.7.5 version bump and changelog update
Change-Id: I04be779539b2bff76e2f614f50ddba2592fe4a36
This commit is contained in:
2 changed files with 5 additions and 1 deletions
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.