diff --git a/docs/changelog.rst b/docs/changelog.rst index 380863b7..d8edea9f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,6 +12,13 @@ unreleased - *nothing yet* +v3.15.2 (2019-12-18) +^^^^^^^^^^^^^^^^^^^^ + +- Fix: handle ``Query().search`` and ``Query().matches`` with non-string values + correctly (see `a forum post by foprel `_). + + v3.15.1 (2019-10-26) ^^^^^^^^^^^^^^^^^^^^ diff --git a/tinydb/version.py b/tinydb/version.py index f3bb9e91..832ff3c2 100644 --- a/tinydb/version.py +++ b/tinydb/version.py @@ -1 +1 @@ -__version__ = '3.15.1' +__version__ = '3.15.2'