- Fixed version handling documentation to use ``importlib`` instead of ``pkg_resources``. [reinout]
- Build distributions in an isolated environment. Otherwise `build` cannot install packages needed for the build system, for example `hatchling`. Fixes `issue 448 <https://github.com/zestsoftware/zest.releaser/issues/448>`_. [maurits]
9.1.3
------------------
- Fix to the project setup. ``tox.ini`` uses ``extras =`` instead of ``deps =`` to install the test extras. [mtelka]
9.1.2
------------------
- If you want to build a release package (release=true, the default), but don't want to actually upload it, you can now set the ``upload-pypi`` option to false (default is true). [leplatrem]
9.1.1
------------------
- When reading ``~/.pypirc`` config, read ``setup.cfg`` as well, as it might override some of these values, like ``[distutils] index-servers``. Fixes issue 436. [maurits]
9.1.0
------------------
- Using newer 'build' (``>=1.0.0``) including a slight API change, fixes 433. [reinout]
- Typo fix in the readme: we look at ``__version__`` instead of the previously-documented ``__versions__``... [reinout]