summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-11-23 12:08:07 +0200
committerLars Wirzenius <liw@liw.fi>2014-11-23 12:08:07 +0200
commit64dd22e20b4aa4ca6c78224e96965c7da25d04b0 (patch)
tree799832f2262c7e1947af9605a30a7534fb7b6bca
parent79276b890619cee7c7dadbd5b2c353c61eee7c83 (diff)
downloadjt-64dd22e20b4aa4ca6c78224e96965c7da25d04b0.tar.gz
Prepare release version 0.4jt-0.4
-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 9ed7c74..83d37b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for jt
===========
-Version 0.4, released UNRELEASED
+Version 0.4, released 2014-11-23
--------------------------------
* Method names (`_commit_to_git`, `_push_to_git`) in calls fixed.
diff --git a/debian/changelog b/debian/changelog
index 6e1d784..621e10b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jt (0.4-1) unstable; urgency=low
+
+ * New release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 23 Nov 2014 12:07:50 +0200
+
jt (0.3-1) unstable; urgency=low
* New upstream version.
diff --git a/jt b/jt
index ab87f62..bcb4f59 100755
--- a/jt
+++ b/jt
@@ -28,7 +28,7 @@ import time
import traceback
-__version__ = '0.3'
+__version__ = '0.4'
template = '''\
diff --git a/setup.py b/setup.py
index ef8b843..1b23f74 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup
setup(name='jt',
- version='0.3',
+ version='0.4',
description='personal journalling tool',
author='Lars Wirzenius',
author_email='liw@liw.fi',