diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cd45b81..3f705de68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.5.1 + ++ Make environment variables stick between multiple commands ++ Fix npm packages fact missing a return(!) + # v0.5 What was originally a module release for pyinfra (see the 0.6 milestone!) has become all about proper conditional branching support (previously resulted in best-effort/guess operation order) and improving 0.4's initial `@deploy` concept: diff --git a/pyinfra/version.py b/pyinfra/version.py index bc859d95a..79fdd4b37 100644 --- a/pyinfra/version.py +++ b/pyinfra/version.py @@ -2,4 +2,4 @@ # File: pyinfra/version.py # Desc: version file -__version__ = '0.5' +__version__ = '0.5.1'