Skip to content

Commit

Permalink
Version bump to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Oct 3, 2020
1 parent 8c3cb21 commit 23552b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ see `semver.org <http://semver.org/>`_
unreleased
^^^^^^^^^^

- *nothing here yet*

v4.2.0 (2020-10-03)
^^^^^^^^^^^^^^^^^^^

- Feature: Add support for specifying document IDs during insertion
(see `issue 303 <https://github.com/msiemens/tinydb/issues/303>`_)
- Internal change: Use ``OrderedDict.move_to_end()`` in the query cache
(see `issue 338 <https://github.com/msiemens/tinydb/issues/338>`_)

v4.1.1 (2020-05-08)
^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tinydb"
version = "4.1.1"
version = "4.2.0"
description = "TinyDB is a tiny, document oriented database optimized for your happiness :)"
authors = ["Markus Siemens <markus@m-siemens.de>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tinydb/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.1.1'
__version__ = '4.2.0'

0 comments on commit 23552b9

Please sign in to comment.