Skip to content

Commit

Permalink
Version bump to v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Apr 24, 2018
1 parent 5dfc319 commit ea0e403
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,15 @@ Changelog
unreleased
==========

*Nothing yet*

v3.9.0 (2018-04-24)
===================

- Feature: Allow setting a table class for single table only
(see `issue 197 <https://github.com/msiemens/tinydb/issues/197>`_)
- Internal change: call fsync after flushing ``JSONStorage``
(see `issue 208 <https://github.com/msiemens/tinydb/issues/208>`_)

v3.8.1 (2018-03-26)
===================
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ see `semver.org <http://semver.org/>`_
unreleased
^^^^^^^^^^

*Nothing yet*

v3.9.0 (2018-04-24)
^^^^^^^^^^^^^^^^^^^

- Feature: Allow setting a table class for single table only
(see `issue 197 <https://github.com/msiemens/tinydb/issues/197>`_)
- Internal change: call fsync after flushing ``JSONStorage``
(see `issue 208 <https://github.com/msiemens/tinydb/issues/208>`_)

v3.8.1 (2018-03-26)
^^^^^^^^^^^^^^^^^^^
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.8.1post1'
__version__ = '3.9.0'

0 comments on commit ea0e403

Please sign in to comment.