~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: 2012-09-26 09:19:43 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20120926091943-kiooorf6tyy5yi7m
Tags: 1.7.4-0ubuntu1
* New upstream release. 
* debian/rules: Fail to build the packages if testsuite fails.

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.2', True)
 
17
_version = Version('1.7.4', True)
18
18
__version__ = _version.pretty_version
19
19
__canonical_version__ = _version.canonical_version
20
20