Skip to content

Commit 320f584

Browse files
committed
Version bump to v2.0.0
1 parent 71f68d8 commit 320f584

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ If you want to enable TinyDB for all databases in a session, run:
3939
Changelog
4040
*********
4141

42+
**v2.0.0** (2020-08-25)
43+
-----------------------
44+
45+
- Add support for TinyDB v4. Drops support for TinyDB <= 3 and Python 2.
46+
4247
**v1.0.3** (2019-10-26)
4348
-----------------------
4449

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-smartcache"
3-
version = "1.0.3"
3+
version = "2.0.0"
44
description = "A smarter query cache for TinyDB"
55
authors = ["Markus Siemens <markus@m-siemens.de>"]
66
license = "MIT"

0 commit comments

Comments
 (0)