Skip to content

Commit 75f12d5

Browse files
committed
Cut v0.5.1.
1 parent 1b4d753 commit 75f12d5

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+
# v0.5.1
2+
3+
+ Make environment variables stick between multiple commands
4+
+ Fix npm packages fact missing a return(!)
5+
16
# v0.5
27

38
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:

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

0 commit comments

Comments
 (0)