Use compatible release version specifiers (bump ``graphviz`` to ~=0.7).
0.7.12
--------------
Drop Python 3.3 support.
Include LICENSE file in wheel.
0.7.11
--------------
Port most tests from nose/unittest to pytest, add Travis CI and coveralls.
Update package meta data, tag python 3.6 support.
0.7.10
--------------
Let the ``.graphviz()``-method pass ``kwargs`` to the returned graph (e.g. ``format='png'``).
Relax optional ``graphivz`` dependency to < 1.0.
Added extended Sphinx-based documentation.
0.7.9
-------------
Added ``move_object()`` and ``move_property()`` to definitions.
The ``take()``-method of definitions now supports skipping all objects or properties when called with empty iterables (default None means include all).