Skip to content

Commit

Permalink
Cut v0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Nov 28, 2017
1 parent 1b4d753 commit 75f12d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyinfra/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# File: pyinfra/version.py
# Desc: version file

__version__ = '0.5'
__version__ = '0.5.1'

0 comments on commit 75f12d5

Please sign in to comment.