Skip to content

Commit 1fd89f5

Browse files
committed
uprev
1 parent eeadb03 commit 1fd89f5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.1.1 (2019-11-20)
2+
3+
* Fix bug where use of complex fields on sub-models could cause fields to be incorrectly configured, #1015 by @samuelcolvin
4+
15
## v1.1 (2019-11-07)
26

37
* Add a mypy plugin for type checking `BaseModel.__init__` and more, #722 by @dmontagu

changes/1015-samuelcolvin.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
@@ -2,4 +2,4 @@
22

33
__all__ = ['VERSION']
44

5-
VERSION = StrictVersion('1.1')
5+
VERSION = StrictVersion('1.1.1')

0 commit comments

Comments
 (0)