~jayvdb/testscenarios/0.4

« back to all changes in this revision

Viewing changes to lib/testscenarios/__init__.py

  • Committer: Robert Collins
  • Date: 2012-04-04 10:46:52 UTC
  • Revision ID: robertc@robertcollins.net-20120404104652-fc24gv81xf46f8k7
Release 0.3 (and fixup NEWS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
# established at this point, and setup.py will use a version of next-$(revno).
39
39
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
40
40
# Otherwise it is major.minor.micro~$(revno).
41
 
__version__ = (0, 2, 0, 'final', 0)
 
41
__version__ = (0, 3, 0, 'final', 0)
42
42
 
43
43
__all__ = [
44
44
    'TestWithScenarios',