summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-16 18:45:03 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-16 18:45:03 +0200
commit683aae3973b553d96eafc8a8cfb282cfc1b8ffb9 (patch)
tree0df0bab21795ffee05ec971c4b559fb45dcd24d9
parent4b2cda381315d85e48f27ec9cab17b238c01b665 (diff)
downloadjt-683aae3973b553d96eafc8a8cfb282cfc1b8ffb9.tar.gz
Prepare to release version 0.13jt-0.13
-rw-r--r--NEWS2
-rw-r--r--debian/changelog5
-rw-r--r--jtlib/version.py4
3 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 4953441..1481ea7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for jt
===========
-Version 0.12+git, not yet released
+Version 0.13, released 2016-02-16
----------------------------------
* Actuall handle non-ASCII Unicode text more consistently (titles,
diff --git a/debian/changelog b/debian/changelog
index 37ff053..fe4dae7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-jt (0.12+git-1) UNRELEASED; urgency=medium
+jt (0.13-1) unstable; urgency=medium
*
+ * New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 16 Feb 2016 17:15:30 +0200
+ -- Lars Wirzenius <liw@liw.fi> Tue, 16 Feb 2016 18:45:03 +0200
jt (0.12-1) unstable; urgency=medium
diff --git a/jtlib/version.py b/jtlib/version.py
index b107890..3f93f89 100644
--- a/jtlib/version.py
+++ b/jtlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.12+git"
-__version_info__ = (0, 12, '+git')
+__version__ = "0.13"
+__version_info__ = (0, 13)