diff options
| author | Robert Collins <robertc@robertcollins.net> | 2013-04-08 21:08:44 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2013-04-08 21:08:44 +1200 |
| commit | 00086de0d668d2fe3e9294d85f1952e1604b84cf (patch) | |
| tree | 4a5565d67967e1d7249137f349159392cceca60a /testtools | |
| parent | 68e6f4792d57cd53662a40330606b2001ea6448a (diff) | |
| download | testtools-0.9.30.tar.gz | |
Release 0.9.30.testtools-0.9.30
Diffstat (limited to 'testtools')
| -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 94e526f..bd2a15f 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, 30, 'dev', 0) +__version__ = (0, 9, 30, 'final', 0) |
