From 6c3f68d6682bfcb542cc81bd4a28207cae665e21 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sun, 10 Jan 2021 10:54:40 +0000 Subject: [PATCH] Update changelog and bump version number for 1.1.0 release. (#21) * Update changelog in preparation for 1.1.0 release * Bump the version * Update release date * Update changelog --- CHANGES | 25 +++++++++++++++++++++++++ ibm2ieee/version.py | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) 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"