===== Added proper support for typing.Tuple (from `agronholm/sphinx-autodoc-typehints`_ pull request by Manuel Krebber
2.0.0
=====
* Fork from `agronholm/sphinx-autodoc-typehints`_ * Add support for napoleon docstrings * Add tests
1.0.6
=====
* Fixed wrong placement of ``:rtype:`` if a multi-line ``:param:`` or a ``:returns:`` is used
1.0.5
=====
* Fixed coroutine functions' signatures not being processed when using sphinxcontrib-asyncio
1.0.4
=====
* Fixed compatibility with Sphinx 1.4
1.0.3
=====
* Fixed "self" parameter not being removed from exception class constructor signatures * Fixed process_signature() erroneously removing the first argument of a static method