From 3c975ee11768d6b91c9a52412b9f4293f390e168 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 13 May 2016 03:14:16 +0200 Subject: [PATCH] Release as 0.4 --- bin/unburden-home-dir | 2 +- debian/changelog | 4 ++-- docs/todo.md | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bin/unburden-home-dir b/bin/unburden-home-dir index e82301a..aba3388 100755 --- a/bin/unburden-home-dir +++ b/bin/unburden-home-dir @@ -27,7 +27,7 @@ use warnings; use 5.010; # Globally define version -our $VERSION = '0.4~dev'; +our $VERSION = '0.4'; # Load Modules use Config::File; diff --git a/debian/changelog b/debian/changelog index 456ceb9..09a3158 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -unburden-home-dir (0.4~dev) UNRELEASED; urgency=medium +unburden-home-dir (0.4) unstable; urgency=low New Features: @@ -78,7 +78,7 @@ unburden-home-dir (0.4~dev) UNRELEASED; urgency=medium * Remove (mkdocs-generated?) __pycache__ directory from /usr/share/doc/unburden-home-dir/html/ at build time. - -- Axel Beckert Fri, 13 Mar 2015 13:11:26 +0100 + -- Axel Beckert Fri, 13 May 2016 03:03:13 +0200 unburden-home-dir (0.3.3) unstable; urgency=medium diff --git a/docs/todo.md b/docs/todo.md index 1819044..716b78f 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -18,7 +18,7 @@ Features variables in configuration files or values. The expansion of environment variables in configuration files is - implemented since the version 0.4[^1] using + implemented since the version 0.4 using [`String::Expand`](https://metacpan.org/pod/String::Expand) which is packaged for Debian since recently, but may still be missing in Ubuntu. Still needs to be documented properly, though. @@ -141,5 +141,3 @@ software more suitable to distribution via CPAN. * [DocSet](https://metacpan.org/pod/DocSet) * [PodSite](https://metacpan.org/pod/Pod::Site) - -[^1]: Not yet released at the time of writing.