diff --git a/CHANGES b/CHANGES index 36f55c7..35819d8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,31 @@ Changelog for ibm2ieee ====================== +Release 1.1.0 +------------- + +Release date: 2021-01-10 + +This minor release updates the supported Python versions, and makes +various distributional and developer-facing changes. Python 2.7 +and Python 3.5 are no longer supported, and Python 3.9 is now +explicitly supported. There are no changes to the functional core. + +- Move to using GitHub Actions for PR tests. (#22) + +- Add workflow to automatically build and publish wheels for + releases. (#20) + +- Update copyright header end year; update copyright header form to match the + official Enthought style used elsewhere in the Enthought Tool Suite, and + add a flake8 check for correct and up-to-date copyright headers. (#19) + +- Drop support for Python 2.7 and Python 3.5. The package now requires + Python >= 3.6. (#18) + +- Add explicit support for Python 3.9. (#17) + + Release 1.0.2 ------------- diff --git a/ibm2ieee/version.py b/ibm2ieee/version.py index 305b574..a88f337 100644 --- a/ibm2ieee/version.py +++ b/ibm2ieee/version.py @@ -9,4 +9,4 @@ # Thanks for using Enthought open source! # Version string. -version = "1.0.2" +version = "1.1.0"