From 58a3710606792ea6ee58d2c85814fc85bf3e8533 Mon Sep 17 00:00:00 2001 From: Michael Steinbaugh Date: Mon, 29 Jul 2019 10:44:53 -0400 Subject: [PATCH] Prepare release --- NEWS.md | 7 +++++++ bin/koopa | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index dd51906e56..ba6a3b02cf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +## koopa 0.4.5 (2019-07-29) + +### Minor changes + +- Improved detection and handling of unbound variables during installation and + activation of koopa. + ## koopa 0.4.4 (2019-07-28) ### New scripts diff --git a/bin/koopa b/bin/koopa index acbeb4758e..6999c660f5 100755 --- a/bin/koopa +++ b/bin/koopa @@ -14,8 +14,8 @@ source "${KOOPA_HOME}/shell/bash/include/header.sh" # (c) 2018 Michael Steinbaugh. # This software is provided under an MIT License. -version="0.4.4" -date="2019-07-28" +version="0.4.5" +date="2019-07-29"