Add to changelog: Add support for old version (2.x) of jsonschema library.

This commit is contained in:
Dan Helfman 2021-10-23 09:49:16 -07:00
parent 745a8f9b8a
commit 4d6ed27f73
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
1.5.21.dev0
* Add support for old version (2.x) of jsonschema library.
1.5.20
* Re-release with correct version without dev0 tag.

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
VERSION = '1.5.20'
VERSION = '1.5.21.dev0'
setup(