diff --git a/docs/changelog.rst b/docs/changelog.rst index 408087f0..6cdc26a0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,6 +12,11 @@ unreleased - *Nothing yet* +v3.14.2 (2019-09-13) +^^^^^^^^^^^^^^^^^^^^ + +- Internal change: support correct iteration for ``LRUCache`` objects + v3.14.1 (2019-07-03) ^^^^^^^^^^^^^^^^^^^^ diff --git a/tinydb/version.py b/tinydb/version.py index 7499b9d6..d4a4ded2 100644 --- a/tinydb/version.py +++ b/tinydb/version.py @@ -1 +1 @@ -__version__ = '3.14.1' +__version__ = '3.14.2'