Skip to content

Commit

Permalink
version 0.10.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrysteve committed Mar 3, 2020
1 parent 01ef225 commit 0052776
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
@@ -1,3 +1,6 @@
0.10.0 (2020-03-03)
- added ReactJsonSchemaFormJSONSchema extension
- Add support for allow_none (#106 thanks @avilaton!)
0.9.0 (2020-01-18)

0.8.0 (2019-10-08)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -205,6 +205,8 @@ and full featured.. the catch is that it requires a proprietary
to provide advanced control how the form is rendered.
[Here's a live playground](https://rjsf-team.github.io/react-jsonschema-form/)

*(new in version 0.10.0)*

```python
from marshmallow_jsonschema.extensions import ReactJsonSchemaFormJSONSchema

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@ def read(fname):

setup(
name="marshmallow-jsonschema",
version="0.9.0",
version="0.10.0",
description="JSON Schema Draft v4 (http://json-schema.org/)"
" formatting with marshmallow",
long_description=long_description,
Expand Down

0 comments on commit 0052776

Please sign in to comment.