Skip to content

Commit

Permalink
Version bump to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Feb 12, 2015
1 parent 45a4d4b commit efa0137
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.2.2** (2015-02-12)
=======================

- Fixed a data loss when using ``CachingMiddleware`` together with ``JSONStorage``
(see `issue #45 <https://github.com/msiemens/tinydb/issues/47>`_)

**v2.2.1** (2015-01-09)
=======================

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.2.2** (2015-02-12)
^^^^^^^^^^^^^^^^^^^^^^^

- Fixed a data loss when using ``CachingMiddleware`` together with ``JSONStorage``
(see `issue #45 <https://github.com/msiemens/tinydb/issues/47>`_)

**v2.2.1** (2015-01-09)
^^^^^^^^^^^^^^^^^^^^^^^

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

setup(
name="tinydb",
version="2.2.1",
version="2.2.2",
packages=find_packages(),

# development metadata
Expand Down

0 comments on commit efa0137

Please sign in to comment.