From 4db360745d770bdec95092bae12303051b1c444e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 3 Oct 2015 20:03:58 +0300 Subject: Prepare release version 0.9 --- NEWS | 5 +++++ debian/changelog | 6 ++++++ jtlib/version.py | 2 +- setup.py | 2 +- 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 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', -- cgit v1.2.1