prepare for deploy

This commit is contained in:
Samuel Colvin
2018-05-10 16:05:39 +01:00
parent 3eec750640
commit 9061cb20ba
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -3,15 +3,15 @@
History
-------
v0.9.1 (2018-XX-XX)
v0.9.1 (2018-05-10)
...................
* allow custom ``get_field_config`` on config classes #159
* add ``UUID1``, ``UUID3``, ``UUID4`` and ``UUID5`` types #167
* modify some inconsistent docstrings and annotations #173
* fix type annotations for exotic types #171
* add ``UUID1``, ``UUID3``, ``UUID4`` and ``UUID5`` types #167, thanks @Gr1N
* modify some inconsistent docstrings and annotations #173, thanks @YannLuo
* fix type annotations for exotic types #171, thanks @Gr1N
* re-use type validators in exotic types #171
* scheduled monthly requirements updates #168
* add ``Decimal``, ``ConstrainedDecimal`` and ``condecimal`` types #170
* add ``Decimal``, ``ConstrainedDecimal`` and ``condecimal`` types #170, thanks @Gr1N
v0.9.0 (2018-04-28)
...................
+1 -1
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.9.0')
VERSION = StrictVersion('0.9.1')