Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed May 11, 2021
1 parent bdde15b commit ac360c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.6.2 (2021-05-11)

* **Security fix:** Fix `date` and `datetime` parsing so passing either `'infinity'` or `float('inf')`
(or their negative values) does not cause an infinite loop, #2776 by @samuelcolvin

## v1.6.1 (2020-07-15)

* fix validation and parsing of nested models with `default_factory`, #1710 by @PrettyWood
Expand Down
2 changes: 0 additions & 2 deletions changes/2776-samuelcolvin.md

This file was deleted.

2 changes: 1 addition & 1 deletion pydantic/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = 'VERSION', 'version_info'

VERSION = '1.6.1'
VERSION = '1.6.2'


def version_info() -> str:
Expand Down

0 comments on commit ac360c5

Please sign in to comment.