From 5e7813053f721ab37acd4ed1e50b41009886f5b2 Mon Sep 17 00:00:00 2001 From: Markus Siemens Date: Wed, 18 Dec 2019 19:51:51 +0100 Subject: [PATCH] Version bump to v3.15.2 --- docs/changelog.rst | 7 +++++++ tinydb/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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'