Skip to content

Commit dc8a77b

Browse files
committed
Update changelog/release v1.3.11.
1 parent df4fa60 commit dc8a77b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.3.11
2+
3+
+ Fix custom SSH config parsing to support latest Paramiko features (`Match` directives)
4+
+ Fix error loading SSH keys with passwords (try all key formats before failing)
5+
16
# v1.3.10
27

38
+ Properly escape postgresql role/database/owner operation commands (@RobWouters)

pyinfra/version.py

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

0 commit comments

Comments
 (0)