summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-29 08:25:32 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-29 08:25:32 +0000
commit6253d6cb08d0cecfe886e449785e0af11c7057b9 (patch)
tree2b2cdd58ec5c84a0af39fd56edcc0a9578f66ec0
parentb130f7e50f8c9d4cfc765d20dedacd0af78eee51 (diff)
downloadjt-0.1.tar.gz
Prepare to release version 0.1jt-0.1
-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',