Skip to content

Commit

Permalink
chore: release version v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Jun 12, 2023
1 parent b8ffbfe commit 429b27a
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
Expand Up @@ -24,6 +24,13 @@ unreleased

- *nothing yet*

v4.8.0 (2023-06-12)
^^^^^^^^^^^^^^^^^^^

- Feature: Allow retrieve multiple documents by document ID using
``Table.get(doc_ids=[...])``
(see `pull request 504 <https://github.com/msiemens/tinydb/pull/504>`_).

v4.7.1 (2023-01-14)
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tinydb"
version = "4.7.1"
version = "4.8.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
@@ -1 +1 @@
__version__ = '4.7.1'
__version__ = '4.8.0'

0 comments on commit 429b27a

Please sign in to comment.