summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--jtlib/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 59c06ea..0921fc8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for jt
===========
-Version 0.16+git, not yet released
+Version 0.17, released 2016-06-29
----------------------------------
* A release without changes to test an ick change.
diff --git a/debian/changelog b/debian/changelog
index 916b3bb..4e7c690 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-jt (0.16+git-1) UNRELEASED; urgency=medium
+jt (0.17-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Fri, 10 Jun 2016 17:25:18 +0300
+ -- Lars Wirzenius <liw@liw.fi> Wed, 29 Jun 2016 22:15:14 +0300
jt (0.16-1) unstable; urgency=medium
diff --git a/jtlib/version.py b/jtlib/version.py
index 2a8f239..1c2b503 100644
--- a/jtlib/version.py
+++ b/jtlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.16+git"
-__version_info__ = (0, 16, '+git')
+__version__ = "0.17"
+__version_info__ = (0, 17)