No changes to the installed module. Only some updates to the toolchain to build and install it.
- #4, #5: Move from distutils to setuptools. As a result, the command classes defined by distutils-pytest need to be explicitly passed in the cmdclass keyword argument to setup().
- #3: Drop support for Python 3.3 and older.
- #3: Use :mod:`setuptools_scm` to manage the version number.
Initial release as an independent Python module. This code was first developed as part of a larger package, python-icat, at Helmholtz-Zentrum Berlin für Materialien und Energie.