mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-10 06:04:15 +00:00
release: 1.0.2
This commit is contained in:
parent
8500784e09
commit
57794e563a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# 1.0.2 (unreleased)
|
||||
# 1.0.2
|
||||
|
||||
- fix: Fix include_role with loop in [\#92](https://github.com/haidaraM/ansible-playbook-grapher/pull/92)
|
||||
and [\#99](https://github.com/haidaraM/ansible-playbook-grapher/pull/99).
|
||||
|
|
|
@ -2,5 +2,5 @@ from .parser import PlaybookParser
|
|||
from .postprocessor import GraphVizPostProcessor
|
||||
from .renderer import GraphvizRenderer
|
||||
|
||||
__version__ = "1.0.1"
|
||||
__version__ = "1.0.2"
|
||||
__prog__ = "ansible-playbook-grapher"
|
||||
|
|
Loading…
Reference in a new issue