summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2018-01-10 12:05:21 +0100
committerManuel Traut <manut@linutronix.de>2018-01-10 12:05:21 +0100
commit3923fa6335dd8e1ee2dee3b8d64d3952103d1306 (patch)
treecf7a53087c6f36251ff0b6989bfd2dffafabd6c1
parent30dc8a28c9390c523419bded38e8fbf8d6a7217e (diff)
version bump 1.6
Signed-off-by: Manuel Traut <manut@linutronix.de>
-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 2d29bc6..5b626a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyjutest (1.6) unstable; urgency=medium
+
+ * add copyright file
+ * set arch to all instead of any
+
+ -- Manuel Traut <manut@linutronix.de> Wed, 10 Jan 2018 12:04:28 +0100
+
pyjutest (1.5) unstable; urgency=medium
* continious stderr/stdout output
diff --git a/pyju/version.py b/pyju/version.py
index 86dff78..648bacc 100755
--- a/pyju/version.py
+++ b/pyju/version.py
@@ -6,4 +6,4 @@
#
# pyjutest - junit xml generator
-pyju_version = "1.5"
+pyju_version = "1.6"