Skip to content

Commit

Permalink
Update changelog and bump version number for 1.1.0 release. (#21)
Browse files Browse the repository at this point in the history
* Update changelog in preparation for 1.1.0 release

* Bump the version

* Update release date

* Update changelog
  • Loading branch information
mdickinson authored Jan 10, 2021
1 parent 3d9df58 commit 6c3f68d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
-------------

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.0.2"
version = "1.1.0"

0 comments on commit 6c3f68d

Please sign in to comment.