Skip to content

Commit 1c5f107

Browse files
committed
Release new version
1 parent b2693b1 commit 1c5f107

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
#### 0.19.2 - 2021-05-17
4+
- Fix support `date` and `time` formats (#79)
5+
36
#### 0.19.1 - 2021-03-23
47
- PyPy support (#77)
58

src/hypothesis_jsonschema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The only public API is `from_schema`; check the docstring for details.
44
"""
55

6-
__version__ = "0.19.1"
6+
__version__ = "0.19.2"
77
__all__ = ["from_schema"]
88

99
from ._from_schema import from_schema

0 commit comments

Comments
 (0)