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 f1db800..2d29bc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyjutest (1.5) unstable; urgency=medium
+
+ * continious stderr/stdout output
+ * add a --name parameter
+
+ -- Manuel Traut <manut@linutronix.de> Thu, 14 Dec 2017 09:46:53 +0100
+
pyjutest (1.4) unstable; urgency=medium
* add parameter parsing and a --class parameter
diff --git a/pyju/version.py b/pyju/version.py
index 828e0cb..86dff78 100755
--- a/pyju/version.py
+++ b/pyju/version.py
@@ -6,4 +6,4 @@
#
# pyjutest - junit xml generator
-pyju_version = "1.4"
+pyju_version = "1.5"