Skip to content

Commit 6853032

Browse files
committed
prepare for v1.7.2 release
1 parent 6c50a86 commit 6853032

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.7.2 (2020-11-01)
2+
3+
* fix slow `GenericModel` concrete model creation, allow `GenericModel` concrete name reusing in module, #2078 by @MrMrRobat
4+
* keep the order of the fields when `validate_assignment` is set, #2073 by @PrettyWood
5+
* forward all the params of the stdlib `dataclass` when converted into _pydantic_ `dataclass`, #2065 by @PrettyWood
6+
17
## v1.7.1 (2020-10-28)
28

39
Thank you to pydantic's sponsors:

changes/2065-PrettyWood.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2073-PrettyWood.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2078-MrMrRobat.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = 'VERSION', 'version_info'
22

3-
VERSION = '1.7.1'
3+
VERSION = '1.7.2'
44

55

66
def version_info() -> str:

0 commit comments

Comments
 (0)