* Fix `interact` repl not being colorized in newer IPython versions
5.3.0
* Change: Add official support for Python 3.7 * Change: Drop official support for Python 3.5 * Feature: Default `nav.utils.to_builtins` to returning standard dictionaries, as we can rely on Python 3.6+ ordering in dictionaries
5.2.0
* Zeep 3.0.0+ support (required)
5.1.2
* Move `nav.NAV.to_builtins` to `nav.to_builtins`
5.1.1
* Make `nav.NAV.to_builtins` a public method (previously `nav.NAV._zeep_object_to_builtin_types`)
5.1.0
* Add zeep plugin `nav.plugins.RemoveNamespacePlugin` to be able to remove namespace declarations and corresponding prefixes before sending off the XML to NAV * Make `nav.NAV.make_service` public (previously `nav.NAV._make_service`) * Unknown keyword args to `nav.NAV.make_service` are now passed along to `zeep.Client`