Skip to content

Commit 71283fd

Browse files
committed
chore: release version 4.5.1
1 parent 0cafd24 commit 71283fd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ unreleased
1212

1313
- *nothing yet*
1414

15+
v4.5.1 (2021-07-17)
16+
^^^^^^^^^^^^^^^^^^^
17+
18+
- Fix: Correctly install ``typing-extensions`` on Python 3.7
19+
(see `issue 413 <https://github.com/msiemens/tinydb/issues/413>`__)
20+
1521
v4.5.0 (2021-06-25)
1622
^^^^^^^^^^^^^^^^^^^
1723

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tinydb"
3-
version = "4.5.0"
3+
version = "4.5.1"
44
description = "TinyDB is a tiny, document oriented database optimized for your happiness :)"
55
authors = ["Markus Siemens <[email protected]>"]
66
license = "MIT"

tinydb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.5.0'
1+
__version__ = '4.5.1'

0 commit comments

Comments
 (0)