summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-05-11 12:59:01 +0300
committerLars Wirzenius <liw@liw.fi>2016-05-11 12:59:01 +0300
commit155a020ef85fe22acd778cb9a5eae08d93f488b2 (patch)
treeaf79e7366bfd4f9b8c03ab024a8ff5caec4ce280
parent2bbf1cfc09afd26241603a86490ce46eff423d6d (diff)
downloadjt-tmp-155a020ef85fe22acd778cb9a5eae08d93f488b2.tar.gz
Prepare to release version 0.15jt-0.15
-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 1529249..5225963 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for jt
===========
-Version 0.14+git, not yet released
+Version 0.15, released 2016-05-11
----------------------------------
* Allow new-person to create pages for people with non-ASCII names.
diff --git a/debian/changelog b/debian/changelog
index 86fa380..711c720 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-jt (0.14+git-1) UNRELEASED; urgency=medium
+jt (0.15-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Fri, 01 Apr 2016 15:00:26 +0300
+ -- Lars Wirzenius <liw@liw.fi> Wed, 11 May 2016 12:59:01 +0300
jt (0.14-1) unstable; urgency=medium
diff --git a/jtlib/version.py b/jtlib/version.py
index 107122c..ee7aa22 100644
--- a/jtlib/version.py
+++ b/jtlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.14+git"
-__version_info__ = (0, 14, '+git')
+__version__ = "0.15"
+__version_info__ = (0, 15)