Skip to content

Commit d6b9839

Browse files
committed
Release PyPy support (v0.19.1)
1 parent dd812fa commit d6b9839

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

3+
#### 0.19.1 - 2021-03-23
34
- PyPy support (#77)
45

56
#### 0.19.0 - 2021-01-06

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.0"
6+
__version__ = "0.19.1"
77
__all__ = ["from_schema"]
88

99
from ._from_schema import from_schema

0 commit comments

Comments
 (0)