summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-09 10:59:25 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-09 10:59:25 +0200
commit4b5fbf55eace875aa0b5a1b8d3e2d6f6854827b4 (patch)
tree23320a8500c5dc2c94a3eb3c54c079aa5f78d0a2
parent789e5bc499ec140acb832220a5e8c0d2b5c38cf5 (diff)
downloadjt-tmp-4b5fbf55eace875aa0b5a1b8d3e2d6f6854827b4.tar.gz
Prepare release 0.11jt-0.11
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--jtlib/version.py2
-rw-r--r--setup.py2
4 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 315518e..7f6ecb4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for jt
===========
-Version 0.11, released UNRELEASED
+Version 0.11, released 2016-01-09
---------------------------------
* Fix merging of string-list type settings from a profile.
diff --git a/debian/changelog b/debian/changelog
index b358946..b6498dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jt (0.11-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 09 Jan 2016 10:58:53 +0200
+
jt (0.10-1) unstable; urgency=medium
* New upstream version.
diff --git a/jtlib/version.py b/jtlib/version.py
index a2ebc1a..b05769b 100644
--- a/jtlib/version.py
+++ b/jtlib/version.py
@@ -16,4 +16,4 @@
# =*= License: GPL-3+ =*=
-__version__ = '0.10'
+__version__ = '0.11'
diff --git a/setup.py b/setup.py
index 0a2801c..9ed348e 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup
setup(name='jt',
- version='0.10',
+ version='0.11',
description='personal journalling tool',
author='Lars Wirzenius',
author_email='liw@liw.fi',