Skip to content

Commit 7e8846f

Browse files
committed
chore: release version v4.6.1
1 parent f6fafac commit 7e8846f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ unreleased
2424

2525
- *nothing yet*
2626

27+
v4.6.1 (2022-01-18)
28+
^^^^^^^^^^^^^^^^^^^
29+
30+
- Fix: Make using callables as queries work again
31+
(see `issue 454 <https://github.com/msiemens/tinydb/issues/454>`__)
32+
2733
v4.6.0 (2022-01-17)
2834
^^^^^^^^^^^^^^^^^^^
2935

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tinydb"
3-
version = "4.6.0"
3+
version = "4.6.1"
44
description = "TinyDB is a tiny, document oriented database optimized for your happiness :)"
55
authors = ["Markus Siemens <[email protected]>"]
66
license = "MIT"

tinydb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.6.0'
1+
__version__ = '4.6.1'

0 commit comments

Comments
 (0)