From dc7401082f6e04815717b3b17cc8cb877501f2b9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 30 Jun 2015 21:28:18 +0300 Subject: Re-release as 0.8 --- NEWS | 5 +++++ debian/changelog | 6 ++++++ jt | 2 +- setup.py | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c1df18e..3dd54aa 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ NEWS for jt =========== +Verison 0.8, released 2015-06-30 +-------------------------------- + +* Re-release to get version numbers consistent. + Version 0.7, released 2015-06-30 -------------------------------- diff --git a/debian/changelog b/debian/changelog index 71ab754..7949da6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jt (0.8-1) unstable; urgency=medium + + * Re-release. + + -- Lars Wirzenius Tue, 30 Jun 2015 21:27:53 +0300 + jt (0.6-1) unstable; urgency=medium * New upstream version. diff --git a/jt b/jt index df9f078..0ebf133 100755 --- a/jt +++ b/jt @@ -23,7 +23,7 @@ import string import time -__version__ = '0.6' +__version__ = '0.8' class DraftsDirectory(object): diff --git a/setup.py b/setup.py index ecb7bbf..aed434f 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from distutils.core import setup setup(name='jt', - version='0.5', + version='0.8', description='personal journalling tool', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1