~jml/testtools/trunk

« back to all changes in this revision

Viewing changes to testtools/__init__.py

  • Committer: Jonathan Lange
  • Date: 2012-10-19 09:10:59 UTC
  • mfrom: (279.1.2 release-0.9.18)
  • Revision ID: jml@canonical.com-20121019091059-dex50qoj8cyfp0od
Merge release branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
87
87
# Otherwise it is major.minor.micro~$(revno).
88
88
 
89
 
__version__ = (0, 9, 18, 'dev', 0)
 
89
__version__ = (0, 9, 18, 'final', 0)