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.XX.X (XXXX-XX-XX)
|
||||
v0.13.1 (2018-09-21)
|
||||
.....................
|
||||
* fix issue where int_validator doesn't cast a ``bool`` to an ``int`` #264 by @nphyatt
|
||||
* add deep copy support for ``BaseModel.copy()`` #249, @gangefors
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
|
||||
|
||||
__all__ = ['VERSION']
|
||||
|
||||
VERSION = StrictVersion('0.13')
|
||||
VERSION = StrictVersion('0.13.1')
|
||||
|
||||
Reference in New Issue
Block a user