mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-10 06:04:15 +00:00
release: Release 1.0.0
This commit is contained in:
parent
c8f42e1ea3
commit
31a3350526
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# 1.0.0 (Unreleased)
|
||||
# 1.0.0
|
||||
|
||||
- refactor: See [\#81](https://github.com/haidaraM/ansible-playbook-grapher/pull/81)
|
||||
- Completely rewrite the grapher: the parser, the graph and the renderer to graphviz have been split.
|
||||
|
|
|
@ -2,5 +2,5 @@ from .parser import PlaybookParser
|
|||
from .postprocessor import GraphVizPostProcessor
|
||||
from .renderer import GraphvizRenderer
|
||||
|
||||
__version__ = "1.0.0.dev5"
|
||||
__version__ = "1.0.0"
|
||||
__prog__ = "ansible-playbook-grapher"
|
||||
|
|
Loading…
Reference in a new issue