Skip to content

Commit 8d8cd58

Browse files
committed
Version 2.5.0
1 parent 4fd286a commit 8d8cd58

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

AUTHORS.rst

+2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ Contributors
1414

1515
* Avraham Shukron <[email protected]>
1616
* Chris Targett <[email protected]>
17+
* Daniel Schiavini <[email protected]>
1718
* Dima Kuznetsov <[email protected]>
1819
* Hugo van Kemenade <[email protected]>
1920
* Jannis Leidel <[email protected]>
2021
* Johannes Garimort <[email protected]>
2122
* Omer Anson <[email protected]>
2223
* Pavel Lipchak <[email protected]>
24+
* Roberto Fernandez Diaz <[email protected]>
2325
* Vorren

HISTORY.rst

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
History
44
-------
55

6+
2.5.0 (2021-07-26)
7+
++++++++++++++++++
8+
9+
* Improvied error messages for field validation errors.
10+
* Allowed to validate non model list items.
11+
* Added DictField.
12+
613
2.4.1 (2021-02-19)
714
++++++++++++++++++
815

jsonmodels/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'Szczepan Cieślik'
22
__email__ = '[email protected]'
3-
__version__ = '2.4.1'
3+
__version__ = '2.5.0'

0 commit comments

Comments
 (0)