summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-16 16:49:14 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-16 16:49:14 +0300
commit402b4ba7dcc8a552b173eab7369307eb7be059cc (patch)
treeddd81140c5b209886b7e2e250d2205eac9b8dc6f
parent0142b41d18f18f0f7c31ed29d8b7687edeb53a4a (diff)
downloadclab-402b4ba7dcc8a552b173eab7369307eb7be059cc.tar.gz
Prepare to release version 0.4
-rw-r--r--NEWS2
-rw-r--r--clablib/version.py4
-rw-r--r--debian/changelog6
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 <liw@liw.fi> Sat, 16 Apr 2016 16:49:14 +0300
+
clab (0.3-1) unstable; urgency=medium
* New upstream release.