Skip to content

Commit

Permalink
Version bump to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Oct 26, 2019
1 parent fa1d4e9 commit 19358d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -39,6 +39,11 @@ If you want to enable TinyDB for all databases in a session, run:
Changelog
*********

**v1.0.3** (2019-10-26)
-----------------------

- Make ``SmartCacheTable`` work again after breakage with TinyDB v3.12.0

**v1.0.2** (2015-11-17)
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name="tinydb-smartcache",
version="1.0.2",
version="1.0.3",
packages=find_packages(),
install_requires=['tinydb>=2.2.1'],

Expand Down

0 comments on commit 19358d1

Please sign in to comment.