Skip to content

Commit

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

- *nothing yet*

v4.1.0 (2020-05-07)
^^^^^^^^^^^^^^^^^^^

- Feature: Add a no-op query ``Query().noop()`` (see
`issue 313 <https://github.com/msiemens/tinydb/issues/313>`_)
- Feature: Add a ``access_mode`` flag to ``JSONStorage`` to allow opening
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.0.0"
version = "4.1.0"
description = "TinyDB is a tiny, document oriented database optimized for your happiness :)"
authors = ["Markus Siemens <[email protected]>"]
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.0.0'
__version__ = '4.1.0'

0 comments on commit 6b395a0

Please sign in to comment.