~jml/testtools/tagger

« back to all changes in this revision

Viewing changes to testtools/__init__.py

  • Committer: Jonathan Lange
  • Date: 2012-02-16 10:52:15 UTC
  • mfrom: (245.1.1 testtools)
  • Revision ID: jml@canonical.com-20120216105215-fewe4cav12mnbt6r
Merge testtools-0.9.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
81
81
# Otherwise it is major.minor.micro~$(revno).
82
82
 
83
 
__version__ = (0, 9, 14, 'dev', 0)
 
83
__version__ = (0, 9, 15, 'dev', 0)