Changelog for ibm2ieee
======================

Release 1.0.1
-------------

Release date: 2018-12-04

Bugfix release, fixing another distribution issue.

- Add ``pyproject.toml`` file encapsulating build requirements. With this, a
  ``pip install ibm2ieee`` should automatically download NumPy before
  running the setup script. (PR #7)


Release 1.0.0
-------------

Release date: 2018-12-04

First real release. Fixes some distribution issues with the 0.1.0 release. Code is
otherwise unchanged.

- Fix misuse of ``unicode_literals`` in the setup.py file.
- Fix trailing newline in short description, which caused the README not
  to render properly on PyPI.
- Boldly bump the version number to 1.0.0, and the Development Status classifier
  to Production/Stable.


Release 0.1.0
-------------

Release date: 2018-12-04

Initial release uploaded to PyPI.
