From bb96e65eea6746a2ecf700b1a854c4f4418d981a Mon Sep 17 00:00:00 2001 From: Markus Siemens Date: Mon, 20 Aug 2018 19:17:12 +0200 Subject: [PATCH] Version bump to v3.11.0 --- docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f38d7a85..1a3fc3ff 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,11 +10,19 @@ see `semver.org `_ unreleased ^^^^^^^^^^ +*Nothing yet* + +v3.11.0 (2018-08-20) +^^^^^^^^^^^^^^^^^^^^ + - **Drop official support for Python 3.3**. Python 3.3 has reached its official End Of Life as of September 29, 2017. It will probably continue to work, but will not be tested against (`issue 217 `_) +- Feature: Allow extending TinyDB with a custom storage proxy class + (see `pull request 224 `_) + - Bugfix: Return list of document IDs for upsert when creating a new document (see `issue 223 `_)