Skip to content

Commit

Permalink
updates version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeximenes committed Mar 27, 2017
1 parent 11dfa24 commit e18304c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

1.4
===
- Adds support to Session requests

1.3
===
- ``refresh_authentication`` should return data about the refresh token process
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__ = '[email protected]'
__version__ = '1.3'
__version__ = '1.4'


from .adapters import (
Expand Down

0 comments on commit e18304c

Please sign in to comment.