~testtools-committers/testscenarios/trunk

« back to all changes in this revision

Viewing changes to lib/testscenarios/__init__.py

  • Committer: Robert Collins
  • Date: 2015-05-04 00:12:16 UTC
  • Revision ID: robertc@robertcollins.net-20150504001216-ff26ybf0lrejmr2s
0.4
~~~

IMPROVEMENTS
------------

* Python 3.2 support added. (Robert Collins)

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, 3, 0, 'final', 0)
 
41
__version__ = (0, 4, 0, 'final', 0)
42
42
 
43
43
__all__ = [
44
44
    'TestWithScenarios',