Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.5.9
* Fix pack compatibility under python 3 when unsupported implicit relative import was used (#41)

## v0.5.8
* Minor linting fix

Expand Down
3 changes: 2 additions & 1 deletion actions/lib/ansible_base.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import os
import sys
import subprocess
import shell
import ast
import json
import six

from . import shell

__all__ = [
'AnsibleBaseRunner'
]
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ keywords:
- ansible
- cfg management
- configuration management
version : 0.5.8
version : 0.5.9
author : StackStorm, Inc.
email : [email protected]