Skip to content

Commit

Permalink
uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Apr 23, 2020
1 parent b287146 commit f96c4dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,3 +1,8 @@
## v1.5.1 (2020-04-23)

* Signature generation with `extra: allow` never uses a field name, #1418 by @prettywood
* Avoid mutating `Field` default value, #1412 by @prettywood

## v1.5 (2020-04-18)

* Make includes/excludes arguments for `.dict()`, `._iter()`, ..., immutable, #1404 by @AlexECX
Expand Down
1 change: 0 additions & 1 deletion changes/1412-prettywood.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/1418-prettywood.md

This file was deleted.

2 changes: 1 addition & 1 deletion pydantic/version.py
@@ -1,6 +1,6 @@
__all__ = 'VERSION', 'version_info'

VERSION = '1.5'
VERSION = '1.5.1'


def version_info() -> str:
Expand Down

0 comments on commit f96c4dc

Please sign in to comment.