summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fbd89a2..0176728 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyjutest (1.3) unstable; urgency=medium
+
+ * reprint stdout and stderr of the original command
+
+ -- Manuel Traut <manut@linutronix.de> Wed, 22 Nov 2017 13:04:48 +0100
+
pyjutest (1.2) unstable; urgency=medium
* time measurement feature added
diff --git a/setup.py b/setup.py
index 3827e94..49d6cbb 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='pyjutest',
- version='1.0',
+ version='1.3',
description='junit xml generator',
author='Manuel Traut',
author_email='manut@linutronix.de',