bump version: 0.8.0

This commit is contained in:
Mohamed El Mouctar HAIDARA 2019-02-18 23:21:03 +01:00
parent 9ae4cf2057
commit a820ffb06d
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,9 @@
# 0.8.0 (not released yet)
# 0.8.0
- Add support for include_tasks [\#13](https://github.com/haidaraM/ansible-playbook-grapher/issues/13)
- Update Graphviz and lxml versions
- Fix hover on play nodes. The related tasks are properly highlighted now
- Travis: Test more versions of Ansible
- Print Ansible version used the by grapher when printing version (`ansible-playbook-grapher --version`)
- Add ability to run the tests with "python setup.py test"
- Fix Pypi package description
- Other minor changes...

View file

@ -1,2 +1,2 @@
__version__ = "0.7.3"
__version__ = "0.8.0"
__prog__ = "ansible-playbook-grapher"