Skip to content

Commit 96ac025

Browse files
committed
Update changelog/release v1.3.6.
1 parent 0e81917 commit 96ac025

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.3.6
2+
3+
+ Ignore errors when `crontab` fails (ie, when there's no crontab)
4+
+ Update `crontab` fact in `server.crontab` operation
5+
+ Update `sysctl` fact in `server.sysctl` operation
6+
17
# v1.3.5
28

39
+ Add support for relative includes: `local.include('./relative_file.py')`

pyinfra/version.py

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

0 commit comments

Comments
 (0)