Skip to content

Commit

Permalink
chore: release version v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Jun 26, 2021
1 parent 8aa1eb2 commit 43d4762
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.5.0 (2021-06-25)
^^^^^^^^^^^^^^^^^^^

- Feature: Better type hinting/IntelliSense for PyCharm, VS Code and MyPy
(see `issue 372 <https://github.com/msiemens/tinydb/issues/372>`__).
PyCharm and VS Code should work out of the box, for MyPy see
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.4.0"
version = "4.5.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.4.0'
__version__ = '4.5.0'

0 comments on commit 43d4762

Please sign in to comment.