diff options
| author | Jonathan Lange <jml@canonical.com> | 2012-10-25 15:23:30 +0100 |
|---|---|---|
| committer | Jonathan Lange <jml@canonical.com> | 2012-10-25 15:23:30 +0100 |
| commit | 61e9eb33fc7aee1010561bdfe9d71942ebae8243 (patch) | |
| tree | 66d2dd61943e8f0ca8a0e964fe4c68c367c6ff64 | |
| parent | 05f0f6dce44b7648add753789f130d0d625e0145 (diff) | |
| download | testtools-0.9.21.tar.gz | |
Release 0.9.21testtools-0.9.21
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | testtools/__init__.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ testtools NEWS Changes and improvements to testtools_, grouped by release. -NEXT -~~~~ +0.9.21 +~~~~~~ Improvements ------------ diff --git a/testtools/__init__.py b/testtools/__init__.py index e97e55c..a283ab5 100644 --- a/testtools/__init__.py +++ b/testtools/__init__.py @@ -86,4 +86,4 @@ from testtools.distutilscmd import ( # If the releaselevel is 'final', then the tarball will be major.minor.micro. # Otherwise it is major.minor.micro~$(revno). -__version__ = (0, 9, 21, 'dev', 0) +__version__ = (0, 9, 21, 'final', 0) |
