From 2d96e91c4976ef90bee17da4e1d92514dd07c042 Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Thu, 16 Feb 2012 10:50:33 +0000 Subject: Notes for 0.9.14 --- testtools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testtools') diff --git a/testtools/__init__.py b/testtools/__init__.py index 5c0ef90..ebe9f18 100644 --- a/testtools/__init__.py +++ b/testtools/__init__.py @@ -80,4 +80,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, 14, 'dev', 0) +__version__ = (0, 9, 14, 'final', 0) -- cgit v1.2.1