Skip to content

Commit 07a231b

Browse files
committedMay 10, 2020
Bump version
1 parent c86ce29 commit 07a231b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ json2models -f pydantic -l DriverStandings - driver_standings.json
108108

109109
```python
110110
r"""
111-
generated by json2python-models v0.1.2 at Mon May 4 17:46:30 2020
111+
generated by json2python-models v0.2.0 at Mon May 4 17:46:30 2020
112112
command: /opt/projects/json2python-models/venv/bin/json2models -f pydantic -s flat -l DriverStandings - driver_standings.json
113113
"""
114114
from pydantic import BaseModel, Field
@@ -168,7 +168,7 @@ json2models -f dataclasses -m Swagger testing_tools/swagger.json \
168168

169169
```python
170170
r"""
171-
generated by json2python-models v0.1.2 at Mon May 4 18:08:09 2020
171+
generated by json2python-models v0.2.0 at Mon May 4 18:08:09 2020
172172
command: /opt/projects/json2python-models/json_to_models/__main__.py -s flat -f dataclasses -m Swagger testing_tools/swagger.json --max-strings-literals 0 --dict-keys-fields securityDefinitions paths responses definitions properties --merge percent_50 number
173173
"""
174174
from dataclasses import dataclass, field

‎json_to_models/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from pkg_resources import parse_version
22

3-
__version__ = "0.1.2"
3+
__version__ = "0.2.0"
44
VERSION = parse_version(__version__)

0 commit comments

Comments
 (0)
Failed to load comments.