mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
uprev
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
History
|
||||
-------
|
||||
|
||||
v0.11.1 (2018-XX-XX)
|
||||
v0.11.1 (2018-07-02)
|
||||
....................
|
||||
* support Python 3.7 #216, thanks @layday
|
||||
* Allow arbitrary types in model #209, thanks @oldPadavan
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
|
||||
|
||||
__all__ = ['VERSION']
|
||||
|
||||
VERSION = StrictVersion('0.11.0')
|
||||
VERSION = StrictVersion('0.11.1')
|
||||
|
||||
Reference in New Issue
Block a user