Skip to content

Commit

Permalink
Release 0.9.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbtcollins committed Oct 18, 2012
1 parent 462dc82 commit 849c8df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .testr.conf
@@ -1,4 +1,4 @@
[DEFAULT]
test_command=python -m subunit.run discover $LISTOPT $IDOPTION .
test_command=${PYTHON:-python} -m subunit.run discover . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list
8 changes: 6 additions & 2 deletions NEWS
Expand Up @@ -3,8 +3,12 @@ testtools NEWS

Changes and improvements to testtools_, grouped by release.

NEXT
~~~~
0.9.17
~~~~~~

This release brings better discover support and Python3.x improvements. There
are still some test failures on Python3.3 but they are cosmetic - the library
is as usable there as on any other Python 3 release.

Changes
-------
Expand Down
2 changes: 1 addition & 1 deletion testtools/__init__.py
Expand Up @@ -86,4 +86,4 @@
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
# Otherwise it is major.minor.micro~$(revno).

__version__ = (0, 9, 17, 'dev', 0)
__version__ = (0, 9, 17, 'final', 0)

0 comments on commit 849c8df

Please sign in to comment.