* Fix some remaining Python 2 support code (`25 <https://github.com/althonos/property-cached/pull/25>`_)
1.6.3
++++++++++++++++++
* Resolve `cached_property` docstring not showing (`171 <https://github.com/pydanny/cached-property/pull/171>`_).
1.6.2
++++++++++++++++++
* Fix metadata to keep original author and add althonos as maintainer
1.6.1
++++++++++++++++++
* Fix unneeded dependencies being present in ``setup.cfg``
1.6.0
++++++++++++++++++
* Fixed class hierarchy, ``cached_property`` now inherits from ``property`` * Add support for slotted classes and stop using the object ``__dict__`` * Improve function wrapping using ``functools.update_wrapper`` * Implement the ``__set_name__`` magic method available since Python 3.6
1.5.1
++++++++++++++++++
* Added formal support for Python 3.7 * Removed formal support for Python 3.3