Skip to content

Commit

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

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

- Fixed handling of unicode data in Python 2 (see `issue #28 <https://github.com/msiemens/tinydb/issues/28>`_).

**v2.0.0** (2014-09-05)
=======================

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

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

- Fixed handling of unicode data in Python 2 (see `issue #28 <https://github.com/msiemens/tinydb/issues/28>`_).

**v2.0.0** (2014-09-05)
^^^^^^^^^^^^^^^^^^^^^^^

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

# development metadata
Expand Down

1 comment on commit 7980ac2

@eugene-eeo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@msiemens do you want to work on an experimental document based embedded DB? We can use that as a "staging area" for experimental features. I have an initial source now.

Please sign in to comment.