Skip to content

Commit b82ce89

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "Final versioning for 1.5.0" into milestone-proposed
2 parents dcf3e26 + 012c94a commit b82ce89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def pretty_version(self):
1414
return '%s-dev' % (self.canonical_version,)
1515

1616

17-
_version = Version('1.5.0', False)
17+
_version = Version('1.5.0', True)
1818
__version__ = _version.pretty_version
1919
__canonical_version__ = _version.canonical_version
2020

0 commit comments

Comments
 (0)