release: 1.1.0

This commit is contained in:
Mohamed El Mouctar HAIDARA 2022-02-12 16:41:44 +01:00
parent 89a526d31a
commit a957ecd132
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# 1.1.0 (unreleased)
# 1.1.0 (2022-02-12)
- fix: Do not pass display as param since it's a singleton + init locale to fix warning
- feat: Open node file when double-clicking on it from a

View file

@ -17,5 +17,5 @@ from .parser import PlaybookParser
from .postprocessor import GraphVizPostProcessor
from .renderer import GraphvizRenderer
__version__ = "1.0.2"
__version__ = "1.1.0"
__prog__ = "ansible-playbook-grapher"