summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-08 20:30:27 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-08 20:30:27 +0200
commita706190989ca5c345fcbe444852f5147f1da79c8 (patch)
treee1458188a27c76c3bc839cfbc85cc3082f35258d
parentfc2e11fc38e9d9dc9edf8301076bb1f4e08a06ef (diff)
downloadclab-a706190989ca5c345fcbe444852f5147f1da79c8.tar.gz
Prepare 0.3
-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',