summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xjt2
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c48763..fde0fa1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-jt (0.0-1) unstable; urgency=low
+jt (0.1-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
- -- Lars Wirzenius <liw@liw.fi> Sat, 08 May 2010 11:10:24 +1200
+ -- Lars Wirzenius <liw@liw.fi> Sat, 29 Mar 2014 08:24:56 +0000
diff --git a/jt b/jt
index 8c3ba45..4462496 100755
--- a/jt
+++ b/jt
@@ -27,7 +27,7 @@ import time
import traceback
-__version__ = '0.0'
+__version__ = '0.1'
template = '''\
diff --git a/setup.py b/setup.py
index fcf3c7b..18e074f 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup
setup(name='jt',
- version='0.0',
+ version='0.1',
description='personal journalling tool',
author='Lars Wirzenius',
author_email='liw@liw.fi',