From 7e8846fb5f3474fbccfe04b46650ede7785026d3 Mon Sep 17 00:00:00 2001 From: Markus Siemens Date: Tue, 18 Jan 2022 18:07:01 +0100 Subject: [PATCH] chore: release version v4.6.1 --- docs/changelog.rst | 6 ++++++ pyproject.toml | 2 +- tinydb/version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 62f3a497..44cff07f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -24,6 +24,12 @@ unreleased - *nothing yet* +v4.6.1 (2022-01-18) +^^^^^^^^^^^^^^^^^^^ + +- Fix: Make using callables as queries work again + (see `issue 454 `__) + v4.6.0 (2022-01-17) ^^^^^^^^^^^^^^^^^^^ diff --git a/pyproject.toml b/pyproject.toml index 67e012b8..2c1aa416 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tinydb" -version = "4.6.0" +version = "4.6.1" description = "TinyDB is a tiny, document oriented database optimized for your happiness :)" authors = ["Markus Siemens "] license = "MIT" diff --git a/tinydb/version.py b/tinydb/version.py index 52fde385..e893b1fc 100644 --- a/tinydb/version.py +++ b/tinydb/version.py @@ -1 +1 @@ -__version__ = '4.6.0' +__version__ = '4.6.1'