diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | pyju/version.py | 2 |
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" |
