diff options
| author | Robert Collins <robertc@robertcollins.net> | 2015-03-11 08:46:47 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2015-03-11 08:46:47 +1300 |
| commit | 49c2da2a71c3344051efd1bc17c3eae062fe9ecc (patch) | |
| tree | 9b60e60c4f2e9883828734a0a83843008fc230b7 | |
| parent | 83350800db0e4272fb651e4b2bd89337ff42c6b0 (diff) | |
| download | testtools-1.7.0.tar.gz | |
Release 1.7.0testtools-1.7.0
Change-Id: I5dac8b57f0843524f4abaaddfd5722471843cee8
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | testtools/__init__.py | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -7,6 +7,9 @@ Changes and improvements to testtools_, grouped by release. NEXT ~~~~ +1.7.0 +~~~~~ + Improvements ------------ diff --git a/testtools/__init__.py b/testtools/__init__.py index cd31539..fc2a372 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, 7, 0, 'dev', 0) +__version__ = (1, 7, 0, 'final', 0) |
