Skip to content

Commit f96c4dc

Browse files
committed
uprev
1 parent b287146 commit f96c4dc

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.5.1 (2020-04-23)
2+
3+
* Signature generation with `extra: allow` never uses a field name, #1418 by @prettywood
4+
* Avoid mutating `Field` default value, #1412 by @prettywood
5+
16
## v1.5 (2020-04-18)
27

38
* Make includes/excludes arguments for `.dict()`, `._iter()`, ..., immutable, #1404 by @AlexECX

changes/1412-prettywood.md

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

changes/1418-prettywood.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.5'
3+
VERSION = '1.5.1'
44

55

66
def version_info() -> str:

0 commit comments

Comments
 (0)