Skip to content

Commit 6c7169f

Browse files
committed
Update changelog/release v1.3.5.
1 parent 7533239 commit 6c7169f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# v1.3.4
210

311
+ Improve matching of user hostname in `mysql_user_grants` fact

pyinfra/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.4'
1+
__version__ = '1.3.5'

0 commit comments

Comments
 (0)