Skip to content

Commit

Permalink
Bump to v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Mar 26, 2018
1 parent 5d2b4f5 commit 4db94c7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.rst
Expand Up @@ -176,12 +176,18 @@ unreleased

*Nothing yet*

v3.8.1 (2018-03-26)
===================

- Bugfix: Don't install tests as a package anymore
(see `pull request #195 <https://github.com/msiemens/tinydb/pull/195>`_)

v3.8.0 (2018-03-01)
===================

- Allow disabling the query cache with ``db.table(name, cache_size=0)``
- Feature: Allow disabling the query cache with ``db.table(name, cache_size=0)``
(see `pull request #187 <https://github.com/msiemens/tinydb/pull/187>`_)
- Add ``db.write_back(docs)`` for replacing documents
- Feature: Add ``db.write_back(docs)`` for replacing documents
(see `pull request #184 <https://github.com/msiemens/tinydb/pull/184>`_)

v3.7.0 (2017-11-11)
Expand Down
10 changes: 8 additions & 2 deletions docs/changelog.rst
Expand Up @@ -12,12 +12,18 @@ unreleased

*Nothing yet*

v3.8.1 (2018-03-26)
^^^^^^^^^^^^^^^^^^^

- Bugfix: Don't install tests as a package anymore
(see `pull request #195 <https://github.com/msiemens/tinydb/pull/195>`_)

v3.8.0 (2018-03-01)
^^^^^^^^^^^^^^^^^^^

- Allow disabling the query cache with ``db.table(name, cache_size=0)``
- Feature: Allow disabling the query cache with ``db.table(name, cache_size=0)``
(see `pull request #187 <https://github.com/msiemens/tinydb/pull/187>`_)
- Add ``db.write_back(docs)`` for replacing documents
- Feature: Add ``db.write_back(docs)`` for replacing documents
(see `pull request #184 <https://github.com/msiemens/tinydb/pull/184>`_)

v3.7.0 (2017-11-11)
Expand Down
2 changes: 1 addition & 1 deletion tinydb/version.py
@@ -1 +1 @@
__version__ = '3.8.0'
__version__ = '3.8.1'

0 comments on commit 4db94c7

Please sign in to comment.