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 45ee5cc commit bfd8db1Copy full SHA for bfd8db1
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# v0.2.1 [WIP]
+# v0.2.1
2
3
+ Use wget & pipe when adding apt keys via URL, rather than `apt-key adv` which breaks with HTTPs
4
+ Fix bug where file-based group names were uppercased incorrectly (ie dev.py made group DEV, rather than dev)
pyinfra/version.py
@@ -2,4 +2,4 @@
# File: pyinfra/version.py
# Desc: version file
5
-__version__ = '0.2'
+__version__ = '0.2.1'
0 commit comments