Skip to content

Commit 322d38d

Browse files
committed
chore: release version v4.7.1
1 parent 58787b2 commit 322d38d

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ unreleased
2424

2525
- *nothing yet*
2626

27+
v4.7.1 (2023-01-14)
28+
^^^^^^^^^^^^^^^^^^^
29+
30+
- Improvement: Improve typing annotations
31+
(see `pull request 477 <https://github.com/msiemens/tinydb/pull/477>`_
32+
and `pull request 496 <https://github.com/msiemens/tinydb/pull/496>`_).
33+
- Improvement: Fix some typos in the documentation
34+
(see `pull request 479 <https://github.com/msiemens/tinydb/pull/479>`_
35+
and `pull request 498 <https://github.com/msiemens/tinydb/pull/498>`_).
36+
2737
v4.7.0 (2022-02-19)
2838
^^^^^^^^^^^^^^^^^^^
2939

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.7.0"
3+
version = "4.7.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.7.0'
1+
__version__ = '4.7.1'

0 commit comments

Comments
 (0)