summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xclab2
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/clab b/clab
index 18bc9c3..8d367cf 100755
--- a/clab
+++ b/clab
@@ -23,7 +23,7 @@ import sys
import yaml
-__version__ = '0.2'
+__version__ = '0.3'
class Entry(object):
diff --git a/debian/changelog b/debian/changelog
index d2461b9..d1dc48f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+clab (0.3-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 08 Jan 2016 20:30:10 +0200
+
clab (0.2-1) unstable; urgency=medium
* New version to bump build for jessie.
diff --git a/setup.py b/setup.py
index e74559d..fb2cc49 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='clab',
- version='0.2',
+ version='0.3',
description='command line address book',
author='Lars Wirzenius',
author_email='liw@liw.fi',