summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2012-10-25 15:23:30 +0100
committerJonathan Lange <jml@canonical.com>2012-10-25 15:23:30 +0100
commit61e9eb33fc7aee1010561bdfe9d71942ebae8243 (patch)
tree66d2dd61943e8f0ca8a0e964fe4c68c367c6ff64
parent05f0f6dce44b7648add753789f130d0d625e0145 (diff)
downloadtesttools-0.9.21.tar.gz
Release 0.9.21testtools-0.9.21
-rw-r--r--NEWS4
-rw-r--r--testtools/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e93f9cf..4fdae7c 100644
--- a/NEWS
+++ b/NEWS
@@ -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)