Skip to content

Commit

Permalink
Version bump to v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Apr 22, 2017
1 parent a1fa290 commit 49c9b0d
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 @@ -163,6 +163,12 @@ extensions: Contributions to TinyDB are welcome! Here's how to get started:
Changelog
*********

**v3.2.3** (2017-04-22)
=======================

- Fix bug with accidental modifications to the query cache when modifying
the list of search results (see `issue #132 <https://github.com/msiemens/tinydb/issues/132>`_).

**v3.2.2** (2017-01-16)
=======================

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/>`_

**v3.2.3** (2017-04-22)
^^^^^^^^^^^^^^^^^^^^^^^

- Fix bug with accidental modifications to the query cache when modifying
the list of search results (see `issue #132 <https://github.com/msiemens/tinydb/issues/132>`_).

**v3.2.2** (2017-01-16)
^^^^^^^^^^^^^^^^^^^^^^^

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.2.2",
version="3.2.3",
packages=find_packages(),

# development metadata
Expand Down

0 comments on commit 49c9b0d

Please sign in to comment.