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 b2693b1 commit 1c5f107Copy full SHA for 1c5f107
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+#### 0.19.2 - 2021-05-17
4
+- Fix support `date` and `time` formats (#79)
5
+
6
#### 0.19.1 - 2021-03-23
7
- PyPy support (#77)
8
src/hypothesis_jsonschema/__init__.py
@@ -3,7 +3,7 @@
The only public API is `from_schema`; check the docstring for details.
"""
-__version__ = "0.19.1"
+__version__ = "0.19.2"
__all__ = ["from_schema"]
9
from ._from_schema import from_schema
0 commit comments