From 61e9eb33fc7aee1010561bdfe9d71942ebae8243 Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Thu, 25 Oct 2012 15:23:30 +0100 Subject: Release 0.9.21 --- testtools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testtools/__init__.py') 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) -- cgit v1.2.1