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 0075fc8 commit 5028d63Copy full SHA for 5028d63
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# v1.1.1
2
+
3
++ Don't fail for user error facts when the user will be added earlier in the deploy
4
++ Support `shasum` command in `files.download` operation
5
++ Consider waiting systemd units to be running (@i-do-cpp)
6
++ Improve regex for systemd units (support ones with `.`) (@i-do-cpp)
7
++ Fix sudo passwords with special characters (@sysadmin75)
8
++ Fix typo in host arg warning (@weakish)
9
10
# v1.1
11
12
This is a big release with some major additions & improvements on `v1`.
pyinfra/version.py
@@ -1 +1 @@
-__version__ = '1.1'
+__version__ = '1.1.1'
0 commit comments