summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-05-13 13:31:00 +0300
committerLars Wirzenius <liw@liw.fi>2017-05-13 13:31:00 +0300
commitf5ac9ce43af0e0205085a0a93726f3d701b0c609 (patch)
tree82d9129305b203f32e6a2fb06441cdb8042a9220
parent8cd7d390a93ac23633e64a4a2dbc860418e28b36 (diff)
downloadjt-f5ac9ce43af0e0205085a0a93726f3d701b0c609.tar.gz
Prepare to release version 0.18jt-0.18
-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 110a674..8dd6147 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for jt
===========
-Version 0.17+git, not yet released
+Version 0.18, released 2017-05-13
----------------------------------
* Fix missing import for "jt remove".
diff --git a/debian/changelog b/debian/changelog
index 78fe106..8576d4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-jt (0.17+git-1) UNRELEASED; urgency=medium
+jt (0.18-1) unstable; urgency=medium
* New upstream version.
* debian/control: Require Python 2.7.
- -- Lars Wirzenius <liw@liw.fi> Wed, 29 Jun 2016 22:15:15 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 13 May 2017 13:31:00 +0300
jt (0.17-1) unstable; urgency=medium
diff --git a/jtlib/version.py b/jtlib/version.py
index 31780b3..4e2ae98 100644
--- a/jtlib/version.py
+++ b/jtlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.17+git"
-__version_info__ = (0, 17, '+git')
+__version__ = "0.18"
+__version_info__ = (0, 18)