Skip to content

Commit

Permalink
Version bump to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Aug 30, 2017
1 parent 58e2ab7 commit 34f7d90
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Expand Up @@ -163,6 +163,14 @@ extensions: Contributions to TinyDB are welcome! Here's how to get started:
Changelog
*********

**v3.5.0** (2017-08-30)
=======================

- Expose the table name via ``table.name`` (see
`issue #148 <https://github.com/msiemens/tinydb/issues/147>`_).
- Allow better subclassing of the ``TinyDB`` class
(see `pull request #150 <https://github.com/msiemens/tinydb/pull/150>`_).

**v3.4.1** (2017-08-23)
=======================

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

**v3.5.0** (2017-08-30)
^^^^^^^^^^^^^^^^^^^^^^^

- Expose the table name via ``table.name`` (see
`issue #148 <https://github.com/msiemens/tinydb/issues/147>`_).
- Allow better subclassing of the ``TinyDB`` class
(see `pull request #150 <https://github.com/msiemens/tinydb/pull/150>`_).

**v3.4.1** (2017-08-23)
^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion tinydb/version.py
@@ -1 +1 @@
__version__ = '3.4.1'
__version__ = '3.5.0'

0 comments on commit 34f7d90

Please sign in to comment.