Skip to content

Commit

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

**v2.1.0** (2014-10-14)
=======================

- Added ``where(...).contains(regex)`` (see `issue #32 <https://github.com/msiemens/tinydb/issues/32>`_)
- Fixed a bug that corrupted data after reopening a database (see `issue #34 <https://github.com/msiemens/tinydb/issues/34>`_)

**v2.0.1** (2014-09-22)
=======================

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

**v2.1.0** (2014-10-14)
=======================

- Added ``where(...).contains(regex)`` (see `issue #32 <https://github.com/msiemens/tinydb/issues/32>`_)
- Fixed a bug that corrupted data after reopening a database (see `issue #34 <https://github.com/msiemens/tinydb/issues/34>`_)

**v2.0.1** (2014-09-22)
=======================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="tinydb",
version="2.0.1",
version="2.1.0",
packages=find_packages(),

# development metadata
Expand Down

0 comments on commit 5256054

Please sign in to comment.