Skip to content

Commit

Permalink
uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Apr 28, 2018
1 parent dc07277 commit 29c562e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions HISTORY.rst
Expand Up @@ -3,12 +3,13 @@
History
-------

v0.8.1 (2018-XX-XX)
v0.9.0 (2018-04-28)
...................
* tweak email-validator import error message #145
* fix parse error of parse_date() and parse_datetime() when input is 0 #144
* add ``Config.anystr_strip_whitespace`` and ``strip_whitespace`` kwarg to ``constr``, by default values is `False` #163
* add ``ConstrainedFloat``, ``confloat``, ``PositiveFloat`` and ``NegativeFloat`` types #166
* fix parse error of ``parse_date()`` and ``parse_datetime()`` when input is 0 #144 thanks @YannLuo
* add ``Config.anystr_strip_whitespace`` and ``strip_whitespace`` kwarg to ``constr``,
by default values is ``False`` #163 thanks @Gr1N
* add ``ConstrainedFloat``, ``confloat``, ``PositiveFloat`` and ``NegativeFloat`` types #166 thanks @Gr1N

v0.8.0 (2018-03-25)
...................
Expand Down
2 changes: 1 addition & 1 deletion pydantic/version.py
Expand Up @@ -2,4 +2,4 @@

__all__ = ['VERSION']

VERSION = StrictVersion('0.8.1')
VERSION = StrictVersion('0.9.0')

0 comments on commit 29c562e

Please sign in to comment.