summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-17 14:33:25 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-17 14:33:25 +0300
commit4d3291b0a01a56bf2adfd2047240a093cde4ce21 (patch)
tree312d1e0b44d7fb415097107480911415ec2d71c3
parent225ad8daf0ea7d05f557fc5e228fac4437d1d180 (diff)
downloadjt-4d3291b0a01a56bf2adfd2047240a093cde4ce21.tar.gz
Prepare release 0.10jt-0.10
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--jtlib/version.py2
-rw-r--r--setup.py2
4 files changed, 10 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 4277c00..236773a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
NEWS for jt
===========
-Version 0.10, released UNRELEASED
---------------------------------
+Version 0.10, released 2015-10-17
+---------------------------------
* Added the `--profile` (`-p`) option to select a configuration file
section to use, in addition to the default `[config]`. This allows
diff --git a/debian/changelog b/debian/changelog
index ac453e6..b358946 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jt (0.10-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 17 Oct 2015 14:32:54 +0300
+
jt (0.9-1) unstable; urgency=medium
* New upstream version.
diff --git a/jtlib/version.py b/jtlib/version.py
index fc38c4d..a2ebc1a 100644
--- a/jtlib/version.py
+++ b/jtlib/version.py
@@ -16,4 +16,4 @@
# =*= License: GPL-3+ =*=
-__version__ = '0.9'
+__version__ = '0.10'
diff --git a/setup.py b/setup.py
index 600b8bc..0a2801c 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup
setup(name='jt',
- version='0.9',
+ version='0.10',
description='personal journalling tool',
author='Lars Wirzenius',
author_email='liw@liw.fi',