From 402b4ba7dcc8a552b173eab7369307eb7be059cc Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 16 Apr 2016 16:49:14 +0300 Subject: Prepare to release version 0.4 --- NEWS | 2 +- clablib/version.py | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index d0f0c58..8325cad 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ NEWS for clab clab is a command line address book program. -Version 0.4, not yet released +Version 0.4, released 2016-04-16 ----------------------------- * Multiline values (e.g., addrsses) with Unicode are now shown as diff --git a/clablib/version.py b/clablib/version.py index d014e48..127f940 100644 --- a/clablib/version.py +++ b/clablib/version.py @@ -1,2 +1,2 @@ -__version__ = '0.3' -__version_info__ = (0, 3) +__version__ = "0.4" +__version_info__ = (0, 4) diff --git a/debian/changelog b/debian/changelog index d1dc48f..cfb82e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +clab (0.4-1) unstable; urgency=medium + + * + + -- Lars Wirzenius Sat, 16 Apr 2016 16:49:14 +0300 + clab (0.3-1) unstable; urgency=medium * New upstream release. -- cgit v1.2.1