~lifeless/testrepository/bug-914359

« back to all changes in this revision

Viewing changes to testrepository/__init__.py

  • Committer: Robert Collins
  • Date: 2011-02-26 07:25:26 UTC
  • Revision ID: robertc@robertcollins.net-20110226072526-q6l0syf4s61lpy8u
And open up 0.0.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
# established at this point, and setup.py will use a version of next-$(revno).
34
34
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
35
35
# Otherwise it is major.minor.micro~$(revno).
36
 
__version__ = (0, 0, 5, 'final', 0)
 
36
__version__ = (0, 0, 6, 'alpha', 0)