summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xpyju/version.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5b626a6..b9f5d82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyjutest (1.7) unstable; urgency=medium
+
+ * Optionaly allow returning exit-code of cmd-under-test
+ * Add help strings to parameters
+
+ -- Manuel Traut <manut@linutronix.de> Tue, 04 Dec 2018 09:00:59 +0100
+
pyjutest (1.6) unstable; urgency=medium
* add copyright file
diff --git a/pyju/version.py b/pyju/version.py
index 648bacc..d12f7fc 100755
--- a/pyju/version.py
+++ b/pyju/version.py
@@ -6,4 +6,4 @@
#
# pyjutest - junit xml generator
-pyju_version = "1.6"
+pyju_version = "1.7"