Skip to content

Commit d2b0501

Browse files
committed
uprev
1 parent e2fcab5 commit d2b0501

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.6.1 (2020-07-15)
2+
3+
* fix validation and parsing of nested models with `default_factory`, #1710 by @PrettyWood
4+
15
## v1.6 (2020-07-11)
26

37
Thank you to pydantic's sponsors: @matin, @tiangolo, @chdsbd, @jorgecarleitao, and 1 anonymous sponsor for their kind support.

changes/1710-PrettyWood.md

-1
This file was deleted.

pydantic/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = 'VERSION', 'version_info'
22

3-
VERSION = '1.6'
3+
VERSION = '1.6.1'
44

55

66
def version_info() -> str:

0 commit comments

Comments
 (0)