Skip to content

Commit

Permalink
uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Jan 13, 2019
1 parent 3c3c026 commit 0c1482a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
History
-------

v0.18.0 (unreleased)
v0.18.0 (2019-01-13)
....................
* **breaking change**: don't call validators on keys of dictionaries, #254 by @samuelcolvin
* Fix validators with ``always=True`` when the default is ``None`` or the type is optional, also prevent
``whole`` validators being called for sub-fields, fix #132 by @samuelcolvin
* improve documentation for settings priority and allow it to be easily changed, #343 by @samuelcolvin
* fix ``ignore_extra=False`` and ``allow_population_by_alias=True``, fix #257 by @samuelcolvin
* **breaking change**: Set ``BaseConfig`` attributes ``min_anystr_length`` and ``max_anystr_length`` to
``None`` by default, fix #349 in #350, by @tiangolo
``None`` by default, fix #349 in #350 by @tiangolo
* add support for postponed annotations, #348 by @samuelcolvin

v0.17.0 (2018-12-27)
Expand Down
2 changes: 1 addition & 1 deletion pydantic/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ['VERSION']

VERSION = StrictVersion('0.18a1')
VERSION = StrictVersion('0.18')

0 comments on commit 0c1482a

Please sign in to comment.