Skip to content

Commit

Permalink
Version bump to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Dec 31, 2015
1 parent 9eaf562 commit 3cef133
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,15 @@ extensions: Contributions to TinyDB are welcome! Here's how to get started:
Changelog
*********

**v3.1.0** (2015-12-31)
^^^^^^^^^^^^^^^^^^^^^^^

- ``db.update(...)`` and ``db.remove(...)`` now return affected element IDs
(see `issue #83 <https://github.com/msiemens/tinydb/issues/83>`_).
- Inserting an invalid element (i.e. not a ``dict``) now raises an error
instead of corrupting the database (see
`issue #74 <https://github.com/msiemens/tinydb/issues/74>`_).

**v3.0.0** (2015-11-13)
=======================

Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ Version Numbering
TinyDB follows the SemVer versioning guidelines. For more information,
see `semver.org <http://semver.org/>`_

**v3.1.0** (2015-12-31)
^^^^^^^^^^^^^^^^^^^^^^^

- ``db.update(...)`` and ``db.remove(...)`` now return affected element IDs
(see `issue #83 <https://github.com/msiemens/tinydb/issues/83>`_).
- Inserting an invalid element (i.e. not a ``dict``) now raises an error
instead of corrupting the database (see
`issue #74 <https://github.com/msiemens/tinydb/issues/74>`_).

**v3.0.0** (2015-11-13)
^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name="tinydb",
version="3.0.0",
version="3.1.0",
packages=find_packages(),

# development metadata
Expand Down

0 comments on commit 3cef133

Please sign in to comment.