Skip to content

Commit

Permalink
version bump to 1.7.7-dev
Browse files Browse the repository at this point in the history
I expect the next release to actually be 1.8, but to prevent issues
if we decide to release 1.7.7, I'm only moving the rev number.

Change-Id: Ia9e05c5f036b8fbf67972470f240e84f7595223a
  • Loading branch information
notmyname committed Jan 18, 2013
1 parent 0fce08a commit 633d1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/__init__.py
Expand Up @@ -14,7 +14,7 @@ def pretty_version(self):
return '%s-dev' % (self.canonical_version,)


_version = Version('1.7.6', False)
_version = Version('1.7.7', False)
__version__ = _version.pretty_version
__canonical_version__ = _version.canonical_version

Expand Down

0 comments on commit 633d1aa

Please sign in to comment.