From 1d1e86e810fc92709e5e8ae1a947b54a2ddb84fc Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 29 Jan 2014 22:59:47 +1300 Subject: [PATCH] Release 0.9.35. Change-Id: Iee08541e591a4415e3be110b4a90ff342122aa02 --- NEWS | 3 +++ testtools/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b0e17ab..f301787 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,9 @@ Changes and improvements to testtools_, grouped by release. NEXT ~~~~ +0.9.35 +~~~~~~ + Changes ------- diff --git a/testtools/__init__.py b/testtools/__init__.py index 5eb26d7..7461ed8 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, 35, 'dev', 0) +__version__ = (0, 9, 35, 'final', 0)