Skip to content

Commit

Permalink
chore: release version 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Jul 17, 2021
1 parent 0cafd24 commit 71283fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ unreleased

- *nothing yet*

v4.5.1 (2021-07-17)
^^^^^^^^^^^^^^^^^^^

- Fix: Correctly install ``typing-extensions`` on Python 3.7
(see `issue 413 <https://github.com/msiemens/tinydb/issues/413>`__)

v4.5.0 (2021-06-25)
^^^^^^^^^^^^^^^^^^^

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.5.0"
version = "4.5.1"
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.5.0'
__version__ = '4.5.1'

0 comments on commit 71283fd

Please sign in to comment.