summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-03 20:03:58 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-03 20:03:58 +0300
commit4db360745d770bdec95092bae12303051b1c444e (patch)
tree068218a269d6d9a696fb543043e16d75ffc963f0
parentd8b539a9f2a18369400444ada72dff4a83595bab (diff)
downloadjt-4db360745d770bdec95092bae12303051b1c444e.tar.gz
Prepare release version 0.9jt-0.9
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rw-r--r--jtlib/version.py2
-rw-r--r--setup.py2
4 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3dd54aa..cc587a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS for jt
===========
+Version 0.9, released 2015-10-03
+--------------------------------
+
+* Templates for new notes, persons, projects are now done with jinja2.
+
Verison 0.8, released 2015-06-30
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 7949da6..ac453e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jt (0.9-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 03 Oct 2015 20:03:28 +0300
+
jt (0.8-1) unstable; urgency=medium
* Re-release.
diff --git a/jtlib/version.py b/jtlib/version.py
index 38c28ad..fc38c4d 100644
--- a/jtlib/version.py
+++ b/jtlib/version.py
@@ -16,4 +16,4 @@
# =*= License: GPL-3+ =*=
-__version__ = '0.8'
+__version__ = '0.9'
diff --git a/setup.py b/setup.py
index 876de80..600b8bc 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup
setup(name='jt',
- version='0.8',
+ version='0.9',
description='personal journalling tool',
author='Lars Wirzenius',
author_email='liw@liw.fi',