Skip to content

Commit

Permalink
Version bump to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Nov 14, 2020
1 parent d71bde7 commit bc7c139
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ unreleased

- *nothing here yet*

v4.3.0 (2020-11-14)
^^^^^^^^^^^^^^^^^^^

- Feature: Add operation for updating multiple documents: ``update_multiple``
(see `issue 346 <https://github.com/msiemens/tinydb/issues/346>`_)
- Improvement: Expose type information for MyPy typechecking (PEP 561)
(see `pull request 352 <https://github.com/msiemens/tinydb/pull/352>`_)

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

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.2.0"
version = "4.3.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.2.0'
__version__ = '4.3.0'

0 comments on commit bc7c139

Please sign in to comment.