Skip to content

Commit

Permalink
Version bump to v3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Dec 12, 2018
1 parent fb43ae9 commit 805ac93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ unreleased

- *Nothing yet*

v3.12.2 (2018-12-12)
^^^^^^^^^^^^^^^^^^^^

- Internal change: convert documents to dicts during insertion
(see `pull request 256 <https://github.com/msiemens/tinydb/pull/256>`_)
- Internal change: use tuple literals instead of tuple class/constructor
(see `pull request 247 <https://github.com/msiemens/tinydb/pull/247>`_)
- Infra: ensure YAML tests are run
(see `pull request 252 <https://github.com/msiemens/tinydb/pull/252>`_)

v3.12.1 (2018-11-09)
^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion tinydb/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.12.1'
__version__ = '3.12.2'

0 comments on commit 805ac93

Please sign in to comment.