We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd812fa commit d6b9839Copy full SHA for d6b9839
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Changelog
2
3
+#### 0.19.1 - 2021-03-23
4
- PyPy support (#77)
5
6
#### 0.19.0 - 2021-01-06
src/hypothesis_jsonschema/__init__.py
@@ -3,7 +3,7 @@
The only public API is `from_schema`; check the docstring for details.
"""
-__version__ = "0.19.0"
+__version__ = "0.19.1"
7
__all__ = ["from_schema"]
8
9
from ._from_schema import from_schema
0 commit comments