This commit is contained in:
Samuel Colvin
2018-09-21 10:39:09 +01:00
parent 10414a7a04
commit 0a6c211d7f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.13')
VERSION = StrictVersion('0.13.1')