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 7533239 commit 6c7169fCopy full SHA for 6c7169f
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# v1.3.5
2
+
3
++ Add support for relative includes: `local.include('./relative_file.py')`
4
++ Fix parsing of special times in `server.Crontab` fact
5
++ Fix editing `special_time` in `server.crontab` operation
6
++ Fix printing of imported modules in group data files when using `debug-inventory`
7
++ Use/respect `__all__` if defined in group data files
8
9
# v1.3.4
10
11
+ Improve matching of user hostname in `mysql_user_grants` fact
pyinfra/version.py
@@ -1 +1 @@
-__version__ = '1.3.4'
+__version__ = '1.3.5'
0 commit comments