diff options
| author | Robert Collins <robertc@robertcollins.net> | 2013-01-22 07:26:24 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2013-01-22 07:26:24 +1300 |
| commit | 42e03ed5204c430079b9059e47fb52cfc3a1a2b3 (patch) | |
| tree | 270408217c2c323d3ccb5e35b0dfbd49b375d9b7 /NEWS | |
| parent | e0cfd656b7d1931bbd4d0e524948540c36471150 (diff) | |
| download | python-test-extras-0.0.3.tar.gz | |
Handle older testtools versions that are missing TestCommand.0.0.3
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -6,15 +6,22 @@ Changes and improvements to extras_, grouped by release. NEXT ~~~~ +0.0.3 +~~~~~ + +* Extras setup.py would break on older testtools releases, which could break + installs of newer testtools due to extras then failing to install. + (Robert Collins) + 0.0.2 ~~~~~ -Fix Makefile to not have cruft leftover from testtools. +* Fix Makefile to not have cruft leftover from testtools. 0.0.1 ~~~~~ -Initial extraction from testtools. +* Initial extraction from testtools. .. _extras: http://pypi.python.org/pypi/extras |
