summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rwxr-xr-xjt2
-rw-r--r--setup.py2
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 <liw@liw.fi> 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',