We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f48a51 commit 4ce8f05Copy full SHA for 4ce8f05
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# v0.1.4
2
+
3
++ Enable passing of multiple, comma separated hosts, as inventory
4
++ Use `getpass`, not `raw_input` for collecting key passwords in CLI mode
5
6
# v0.1.3
7
8
+ Fix issue when removing users that don't exist
pyinfra/version.py
@@ -2,4 +2,4 @@
# File: pyinfra/version.py
# Desc: version file
-__version__ = '0.1.3'
+__version__ = '0.1.4'
0 commit comments