Skip to content

Commit

Permalink
Release as 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaran committed May 13, 2016
1 parent 90e11b9 commit 3c975ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/unburden-home-dir
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unburden-home-dir (0.4~dev) UNRELEASED; urgency=medium
unburden-home-dir (0.4) unstable; urgency=low

New Features:

Expand Down Expand Up @@ -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 <[email protected]> Fri, 13 Mar 2015 13:11:26 +0100
-- Axel Beckert <[email protected]> Fri, 13 May 2016 03:03:13 +0200

unburden-home-dir (0.3.3) unstable; urgency=medium

Expand Down
4 changes: 1 addition & 3 deletions docs/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

0 comments on commit 3c975ee

Please sign in to comment.