release: 1.0.2

This commit is contained in:
Mohamed El Mouctar HAIDARA 2022-01-16 20:31:55 +01:00
parent 8500784e09
commit 57794e563a
2 changed files with 2 additions and 2 deletions

View file

@ -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).

View file

@ -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"