~ubuntu-branches/ubuntu/precise/swift/precise-updates

« back to all changes in this revision

Viewing changes to swift/__init__.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-09-12 13:10:34 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: package-import@ubuntu.com-20110912131034-kk2ctjdzx0w52qdw
Tags: 1.4.3-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.4.3', False)
 
17
_version = Version('1.4.3', True)
18
18
__version__ = _version.pretty_version
19
19
__canonical_version__ = _version.canonical_version
20
20