~notmyname/swift/saio_reference

« back to all changes in this revision

Viewing changes to swift/__init__.py

  • Committer: Soren Hansen
  • Date: 2011-05-26 14:27:46 UTC
  • mto: This revision was merged to the branch mainline in revision 301.
  • Revision ID: soren@linux2go.dk-20110526142746-yvnsrqn4r8w6anii
Leave it to a later patch to make this final.

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