summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-06-10 17:25:17 +0300
committerLars Wirzenius <liw@liw.fi>2016-06-10 17:25:17 +0300
commitdba6567f27dbd412879b3af765ba5dc661d95460 (patch)
tree4df3f98faae252a67fd6e576a6590728ea3cc8cb
parent4c64ac3a01a7c47de62761437749e824130f522e (diff)
downloadjt-tmp-dba6567f27dbd412879b3af765ba5dc661d95460.tar.gz
Prepare to release version 0.16jt-0.16
-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 2a14ddf..cfc8347 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for jt
===========
-Version 0.15+git, not yet released
+Version 0.16, released 2016-06-10
----------------------------------
* Jt will now do `git pull --rebase` before pushing changes.
diff --git a/debian/changelog b/debian/changelog
index 6853768..1e9c333 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-jt (0.15+git-1) UNRELEASED; urgency=medium
+jt (0.16-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Wed, 11 May 2016 12:59:01 +0300
+ -- Lars Wirzenius <liw@liw.fi> Fri, 10 Jun 2016 17:25:17 +0300
jt (0.15-1) unstable; urgency=medium
diff --git a/jtlib/version.py b/jtlib/version.py
index 18e2465..0946a86 100644
--- a/jtlib/version.py
+++ b/jtlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.15+git"
-__version_info__ = (0, 15, '+git')
+__version__ = "0.16"
+__version_info__ = (0, 16)