Skip to content

Commit 4121aaf

Browse files
committed
Cut v0.5.
1 parent 574612b commit 4121aaf

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.5 (WIP)
1+
# v0.5
22

33
What was originally a module release for pyinfra (see the 0.6 milestone!) has become all about proper conditional branching support (previously resulted in best-effort/guess operation order) and improving 0.4's initial `@deploy` concept:
44

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.5dev2'
5+
__version__ = '0.5'

0 commit comments

Comments
 (0)