Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 616 Bytes

CHANGES.rst

File metadata and controls

35 lines (19 loc) · 616 Bytes

CHANGES

0.3 (unreleased)

  • Fix Flake8.
  • Add support for Python 3.9.
  • Use GitHub Actions for CI.

0.2 (2020-04-26)

  • Removed: Removed support for Python 2 and Python 3.4 and 3.5.

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

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

  • Make Python 3.7 the default testing environment.

  • Upgrade jsonschema to version 3.2.0.

  • Make JSON Schema Draft 7 the default validator.

  • Add integration for the Black code formatter.

0.1 (2017-03-17)

  • initial public release.