-------------------
Changes to work with latest software. Note that ldap3 >= 2 still has
problems that are being worked on. Also we get warnings that the
`encode` method in passlib has been replaced by the `hash` method.
Added
~~~~~
* Python 3.6 support.
* No longer depends on Django. Django support is optional.
Deprecated
~~~~~~~~~~
* Python 3.3 support.
Fixed
~~~~~
* Include ``version.py`` on PyPi source.
* Use ``requirements.txt`` to declare knowed good versions of
software we depend on.
* Update ``90-ppolicy.schema`` to work with latest slapd.
* Various updates to fix problems with ldap3 >= 2.
* Fix PEP8 errors.
* Fix `verbose_name` undefined error.
* Fix name of project in documentation.