~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to swift/__init__.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-28 09:40:30 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20130128094030-aetz57x2qz9ye2d4
Tags: 1.7.6-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
            return '%s-dev' % (self.canonical_version,)
15
15
 
16
16
 
17
 
_version = Version('1.7.5', True)
 
17
_version = Version('1.7.6', True)
18
18
__version__ = _version.pretty_version
19
19
__canonical_version__ = _version.canonical_version
20
20