Release 1.7.1

Change-Id: Ib9d553325041b3c4bc31a384fe3f2e784d7378ea
This commit is contained in:
Robert Collins
2015-03-11 14:17:48 +13:00
parent 1c6fbf4563
commit 666d27d814
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@@ -7,6 +7,9 @@ Changes and improvements to testtools_, grouped by release.
NEXT
~~~~
1.7.1
~~~~~
Improvements
------------

View File

@@ -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, 8, 0, 'dev', 0)
__version__ = (1, 7, 1, 'final', 0)