diff options
| author | Robert Collins <robertc@robertcollins.net> | 2014-01-29 22:59:47 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2014-01-29 22:59:47 +1300 |
| commit | 1d1e86e810fc92709e5e8ae1a947b54a2ddb84fc (patch) | |
| tree | 7d8a026d8ce3312f5fb76f69f82cee1306c85781 /testtools/__init__.py | |
| parent | 0321e21d116afe52d42b818e06906b0e6a1741b9 (diff) | |
| download | testtools-1d1e86e810fc92709e5e8ae1a947b54a2ddb84fc.tar.gz | |
Release 0.9.35.testtools-0.9.35
Change-Id: Iee08541e591a4415e3be110b4a90ff342122aa02
Diffstat (limited to 'testtools/__init__.py')
| -rw-r--r-- | testtools/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/__init__.py b/testtools/__init__.py index 5eb26d7..7461ed8 100644 --- a/testtools/__init__.py +++ b/testtools/__init__.py @@ -122,4 +122,4 @@ else: # If the releaselevel is 'final', then the tarball will be major.minor.micro. # Otherwise it is major.minor.micro~$(revno). -__version__ = (0, 9, 35, 'dev', 0) +__version__ = (0, 9, 35, 'final', 0) |
