summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-25 14:35:33 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-25 14:35:33 +0300
commitf9495680d7e018d50f39f0e9096939299db65fcc (patch)
treecf061843cafd828c1b62fe17abe8ea3b4456c32b
parentbf173afb7020c66ef752f60d1a413bf52eb3725f (diff)
downloadclab-f9495680d7e018d50f39f0e9096939299db65fcc.tar.gz
Prepare release 0.2
-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 776b475..df4ec52 100755
--- a/clab
+++ b/clab
@@ -23,7 +23,7 @@ import sys
import yaml
-__version__ = '0.1'
+__version__ = '0.2'
class Entry(object):
diff --git a/debian/changelog b/debian/changelog
index 00bd3a5..d2461b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+clab (0.2-1) unstable; urgency=medium
+
+ * New version to bump build for jessie.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 25 Jul 2015 14:35:22 +0300
+
clab (0.1-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
diff --git a/setup.py b/setup.py
index 881a11a..e74559d 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='clab',
- version='0.1',
+ version='0.2',
description='command line address book',
author='Lars Wirzenius',
author_email='liw@liw.fi',