summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-12-11 12:45:36 +1300
committerRobert Collins <robertc@robertcollins.net>2012-12-11 12:45:36 +1300
commiteb98763161187270f20f9dadf8382fee5512a9a8 (patch)
treedba5b81d8d6aaf9ac8d6d713bfbec96f55f652fe
parent7981161c806512637eff75c46c8e19fb02cca286 (diff)
downloadtesttools-0.9.22.tar.gz
Release 0.9.22.testtools-0.9.22
-rw-r--r--NEWS4
-rw-r--r--testtools/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6b15368..92074f1 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,8 @@ testtools NEWS
Changes and improvements to testtools_, grouped by release.
-NEXT
-~~~~
+0.9.22
+~~~~~~
Improvements
------------
diff --git a/testtools/__init__.py b/testtools/__init__.py
index 7cf0775..e9c24d2 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, 22, 'dev', 0)
+__version__ = (0, 9, 22, 'final', 0)