From f9495680d7e018d50f39f0e9096939299db65fcc Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 25 Jul 2015 14:35:33 +0300 Subject: Prepare release 0.2 --- clab | 2 +- debian/changelog | 6 ++++++ setup.py | 2 +- 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 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', -- cgit v1.2.1