Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 710 Bytes

CHANGES.rst

File metadata and controls

41 lines (22 loc) · 710 Bytes

CHANGES

0.4 (unreleased)

  • Fix Flake8.
  • Drop support for Python 3.4 and 3.5.
  • Add support for Python 3.9.
  • Use GitHub Actions for CI.

0.3 (2020-04-26)

  • Removed: Removed support for Python 2.

    You have to upgrade to Python 3 if you want to use this version.

  • Added support for Python 3.7 and 3.8 and PyPy 3.6.

  • Make Python 3.7 the default testing environment.

  • Add integration for the Black code formatter.

0.2 (2018-06-11)

  • Fix list of allowed verbs for failed (unauthorized) preflight (see PR #4).

0.1 (2018-06-08)

  • Initial public release