* Module no longer exposes a ``__version__`` attribute. Instead to query the version installed, use `importlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>`_ or `its backport <https://pypi.org/project/importlib_metadata>`_ to query::
importlib.metadata.version('inflect')
4.1.1
======
* Refreshed package metadata.
4.1.0
======
* 95: Certain operations now allow ignore arbitrary leading words.
4.0.0
======
* Require Python 3.6 or later.
3.0.2
======
* 88: Distribution no longer includes root ``tests`` package.
3.0.1
======
* Project now builds on jaraco/skeleton for shared package management.