Skip to content

Commit

Permalink
v0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Aug 21, 2017
1 parent 13966fe commit c9d7cbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# v0.4.1 (WIP)
# v0.4.1

+ Add `vzctl.unmount` operation
+ Add script to generate empty test files
+ Increase module test coverage significantly
+ Fix incorrect args in `vzctl.restart` operation
+ Fix `save=False` kwarg on `vzctl.set` not affecting command output (always saved)
+ Add script to generate empty test files
+ Fix `gem.packages` install command

# v0.4

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.4'
__version__ = '0.4.1'

0 comments on commit c9d7cbd

Please sign in to comment.