Skip to content

Commit

Permalink
Prepare for release of version 1.2.0 of ibm2ieee (#35)
Browse files Browse the repository at this point in the history
This PR updates the changelog and bumps the version in preparation for the 1.2.0 release of ibm2ieee.
  • Loading branch information
mdickinson authored Aug 15, 2022
1 parent 18a6121 commit cb4179a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Changelog for ibm2ieee
======================

Release 1.2.0
-------------

Release date: 2022-08-16

This minor release updates supported Python versions and various parts of the
continuous integration and development workflow. There are no changes to the
functional core.

- Apply black and isort to the code, and enforce style in CI checks. (#33)
- Update PyPI wheel-build-and-upload workflow to use cibuildwheel. (#31)
- Update .gitignore. (#29)
- Use subTest in repetitive tests. (#27)
- Update build infrastructure; use ``oldest-supported-numpy`` in build
requirements; extend to Python 3.10 and 3.11. (#30)
- Update copyright end year. (#28)
- Update installation notes to mention wheels. (#24)
- Add workflow to test PyPI wheels. (#23, #32, #34)


Release 1.1.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion ibm2ieee/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# Thanks for using Enthought open source!

# Version string.
version = "1.1.0"
version = "1.2.0"

0 comments on commit cb4179a

Please sign in to comment.