Skip to content

Commit bfd8db1

Browse files
committed
Changelog/version.
1 parent 45ee5cc commit bfd8db1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.2.1 [WIP]
1+
# v0.2.1
22

33
+ Use wget & pipe when adding apt keys via URL, rather than `apt-key adv` which breaks with HTTPs
44
+ Fix bug where file-based group names were uppercased incorrectly (ie dev.py made group DEV, rather than dev)

pyinfra/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# File: pyinfra/version.py
33
# Desc: version file
44

5-
__version__ = '0.2'
5+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)