From 4d3291b0a01a56bf2adfd2047240a093cde4ce21 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Oct 2015 14:33:25 +0300 Subject: Prepare release 0.10 --- NEWS | 4 ++-- debian/changelog | 6 ++++++ jtlib/version.py | 2 +- setup.py | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 4277c00..236773a 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ NEWS for jt =========== -Version 0.10, released UNRELEASED --------------------------------- +Version 0.10, released 2015-10-17 +--------------------------------- * Added the `--profile` (`-p`) option to select a configuration file section to use, in addition to the default `[config]`. This allows diff --git a/debian/changelog b/debian/changelog index ac453e6..b358946 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jt (0.10-1) unstable; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Sat, 17 Oct 2015 14:32:54 +0300 + jt (0.9-1) unstable; urgency=medium * New upstream version. diff --git a/jtlib/version.py b/jtlib/version.py index fc38c4d..a2ebc1a 100644 --- a/jtlib/version.py +++ b/jtlib/version.py @@ -16,4 +16,4 @@ # =*= License: GPL-3+ =*= -__version__ = '0.9' +__version__ = '0.10' diff --git a/setup.py b/setup.py index 600b8bc..0a2801c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from distutils.core import setup setup(name='jt', - version='0.9', + version='0.10', description='personal journalling tool', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1