1.3.1
Picking the project back up. 🎉
Changes are mostly limited to project scaffolding and CI testing (dropping support for a few EOL-ed Python versions). Most importantly this release bumps the dependency requirement of jsonschema
to make it compatible with v3 of the package and therefore add support for JSON schema draft 7.
Should your project depend on Warlock validating against Draft 4 of JSON Schema, make sure to declare a direct dependency on jsonschema<3
in your project's requirements.
Added
- Travis CI test support for Python 3.6, and 3.7
- More project metadata to properly list on PyPi
Removed
- Travis CI test runs for Python 2.6, and 3.3
Changed
- Requirement for jsonschema library extended to version
<4
- Conform to Black codestyle
- Move unittests to
tests/
directory
Fixed
- README formatting (codeblocks showing correctly)