Skip to content

Commit f2190c4

Browse files
committed
uprev
1 parent 85f8a6b commit f2190c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
v0.11.1 (2018-XX-XX)
6+
v0.11.1 (2018-07-02)
77
....................
88
* support Python 3.7 #216, thanks @layday
99
* Allow arbitrary types in model #209, thanks @oldPadavan

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('0.11.0')
5+
VERSION = StrictVersion('0.11.1')

0 commit comments

Comments
 (0)