Skip to content

Commit 9061cb2

Browse files
committed
prepare for deploy
1 parent 3eec750 commit 9061cb2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

HISTORY.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
History
44
-------
55

6-
v0.9.1 (2018-XX-XX)
6+
v0.9.1 (2018-05-10)
77
...................
88
* allow custom ``get_field_config`` on config classes #159
9-
* add ``UUID1``, ``UUID3``, ``UUID4`` and ``UUID5`` types #167
10-
* modify some inconsistent docstrings and annotations #173
11-
* fix type annotations for exotic types #171
9+
* add ``UUID1``, ``UUID3``, ``UUID4`` and ``UUID5`` types #167, thanks @Gr1N
10+
* modify some inconsistent docstrings and annotations #173, thanks @YannLuo
11+
* fix type annotations for exotic types #171, thanks @Gr1N
1212
* re-use type validators in exotic types #171
1313
* scheduled monthly requirements updates #168
14-
* add ``Decimal``, ``ConstrainedDecimal`` and ``condecimal`` types #170
14+
* add ``Decimal``, ``ConstrainedDecimal`` and ``condecimal`` types #170, thanks @Gr1N
1515

1616
v0.9.0 (2018-04-28)
1717
...................

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.9.0')
5+
VERSION = StrictVersion('0.9.1')

0 commit comments

Comments
 (0)