summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-11-25 21:52:41 +0200
committerLars Wirzenius <liw@liw.fi>2014-11-25 21:52:41 +0200
commit86fb085c5a61858c391422bba263599cff0dd5c3 (patch)
tree3aaad730a8ab8f82c8c6ac4b863b84dffa757cc5
parentcc03608d7838b449f66d232dd92b41f7403e3c79 (diff)
downloadjt-86fb085c5a61858c391422bba263599cff0dd5c3.tar.gz
Prepare release version 0.5jt-0.5
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rwxr-xr-xjt2
-rw-r--r--setup.py2
4 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 541a11d..699d60c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for jt
===========
-Version 0.5, released UNRELEASED
+Version 0.5, released 2014-11-25
--------------------------------
* Add `--new-note-template` option for setting the template for a new
diff --git a/debian/changelog b/debian/changelog
index 621e10b..64df4ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jt (0.5-1) unstable; urgency=low
+
+ * New rele3ase.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 25 Nov 2014 21:52:22 +0200
+
jt (0.4-1) unstable; urgency=low
* New release.
diff --git a/jt b/jt
index 86c5fc9..06d4471 100755
--- a/jt
+++ b/jt
@@ -28,7 +28,7 @@ import time
import traceback
-__version__ = '0.4'
+__version__ = '0.5'
class DraftsDirectory(object):
diff --git a/setup.py b/setup.py
index 1b23f74..ecb7bbf 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup
setup(name='jt',
- version='0.4',
+ version='0.5',
description='personal journalling tool',
author='Lars Wirzenius',
author_email='liw@liw.fi',