Skip to content

Commit

Permalink
Add changelog entry, bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Dec 4, 2018
1 parent 48901dc commit c944d9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
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
-------------

Expand Down
2 changes: 1 addition & 1 deletion ibm2ieee/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from __future__ import absolute_import, print_function, unicode_literals

# Version string.
version = "1.0.0"
version = "1.0.1"

0 comments on commit c944d9e

Please sign in to comment.