~python-fixtures/debian/sid/python-fixtures/sid

« back to all changes in this revision

Viewing changes to lib/fixtures/__init__.py

  • Committer: Robert Collins
  • Date: 2010-09-18 03:08:13 UTC
  • mfrom: (5.1.2 upstream)
  • Revision ID: robertc@robertcollins.net-20100918030813-32ae9lk8rirs2ebp
Tags: 0.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

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