summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2014-11-17 23:30:45 +1300
committerRobert Collins <robertc@robertcollins.net>2014-11-17 23:30:45 +1300
commit52720ee4a1c40e15f1fc671d88c8e6d60e60de40 (patch)
treec853c9f249f531cf7ee6084b34b99ce781b0c5fa
parentd30ee53f2eeb9ce4c4a04b7f6e94063edab72611 (diff)
downloadtesttools-1.4.0.tar.gz
Release 1.4.0testtools-1.4.0
Change-Id: Ic9982654deea070aeeffc0a7e361271fe9927b69
-rw-r--r--NEWS3
-rw-r--r--testtools/__init__.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2979aaf..ffea687 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ Changes and improvements to testtools_, grouped by release.
NEXT
~~~~
+1.4.0
+~~~~~
+
Changes
-------
diff --git a/testtools/__init__.py b/testtools/__init__.py
index 75beb93..d1e9b5e 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__ = (1, 3, 0, 'final', 0)
+__version__ = (1, 4, 0, 'final', 0)