release: Release 1.0.0

This commit is contained in:
Mohamed El Mouctar HAIDARA 2021-11-11 18:37:32 +01:00
parent c8f42e1ea3
commit 31a3350526
2 changed files with 2 additions and 2 deletions

View file

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

View file

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