~lifeless/pyjunitxml/trunk

« back to all changes in this revision

Viewing changes to junitxml/__init__.py

  • Committer: Robert Collins
  • Date: 2012-11-18 20:55:20 UTC
  • Revision ID: robertc@robertcollins.net-20121118205520-lknsi0dy2s0z5y0a
Tags: 0.7
ReleaseĀ 0.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# established at this point, and setup.py will use a version of next-$(revno).
27
27
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
28
28
# Otherwise it is major.minor.micro~$(revno).
29
 
__version__ = (0, 7, 0, 'alpha', 0)
 
29
__version__ = (0, 7, 0, 'final', 0)
30
30
 
31
31
 
32
32
def test_suite():