Skip to content

Commit

Permalink
updating to version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeximenes committed Feb 26, 2016
1 parent 359853a commit 501780e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

1.1
===
- Automatic refresh token support
- Added Python 3.5 support
- Added support for ``OrderedDict``
- Documentation cleanup

1.0
===
- Data serialization and deserialization
Expand Down
2 changes: 1 addition & 1 deletion tapioca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = 'Filipe Ximenes'
__email__ = 'filipeximenes@gmail.com'
__version__ = '1.0'
__version__ = '1.1'


from .adapters import (
Expand Down

0 comments on commit 501780e

Please sign in to comment.