~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Created a new public interface :py:mod:`ksconf.version`.
This provides a consistent means of getting the version information without any extra modules being loaded, now that ksconf is a namespace package.
Note that for v0.13.0 - 0.13.2, this was called ``ksconf._ksconf``.
Hopefully in that short time frame nobody got too attached to that terrible name.
* Changes for :ref:`ksconf_cmd_rest-publish`:
* Implement ``--insecure`` parameter.
Previously, SSL/TLS validation was not enforced as expected.
* Fix bug with ``acl`` endpoint URL.
* Fix issue where sharing namespace settings could be ignored.
More work may be needed. (Unit testing desperately needed.)
* Fix some incorrect/misleading CLI argument help.
* Internal improvements for long-term maintenance.
* Shell scripts: If you need the ksconf version from a shell script, it's possible to use ``python -m ksconf.version`` to spit out shell variables to get version information.
This previously worked with ``ksconf._version``, but that was never publicly documented and should be avoided in the future.