Release 0.9.35.

Change-Id: Iee08541e591a4415e3be110b4a90ff342122aa02
This commit is contained in:
Robert Collins 2014-01-29 22:59:47 +13:00
parent 0321e21d11
commit 1d1e86e810
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 NEXT
~~~~ ~~~~
0.9.35
~~~~~~
Changes Changes
------- -------

View File

@ -122,4 +122,4 @@ else:
# If the releaselevel is 'final', then the tarball will be major.minor.micro. # If the releaselevel is 'final', then the tarball will be major.minor.micro.
# Otherwise it is major.minor.micro~$(revno). # Otherwise it is major.minor.micro~$(revno).
__version__ = (0, 9, 35, 'dev', 0) __version__ = (0, 9, 35, 'final', 0)