summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
3 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8450bec..ab4f4aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
NEWS about CoverageTestRunner
=============================
+Version 1.3, released 2009-11-18
+--------------------------------
+
+* Threshold for when slow test timings are reported is now user settable
+ via the COVERAGE_TEST_RUNNER environment variable.
+
+
Version 1.2, released 2009-11-18
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 7f46004..fe6d922 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-coverage-test-runner (1.3) karmic; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 14 Feb 2010 12:23:11 +1300
+
python-coverage-test-runner (1.2) karmic; urgency=low
* New upstream version.
diff --git a/setup.py b/setup.py
index 752e629..1bb9375 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(name='CoverageTestRunner',
- version='1.2',
+ version='1.3',
description='run unittests',
author='Lars Wirzenius',
author_email='liw@liw.fi',