Skip to content

Commit

Permalink
Bumped version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Mar 16, 2020
1 parent 33b8eb6 commit 391b02a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.2.0 (2020-03-17)
------------------
**Added**

- Exposed episode runtime (#69)
- Support :code:`extended` parameter on list :code:`items()` function (#71)

3.1.0 (2019-10-22)
------------------
**Added**
Expand Down
2 changes: 1 addition & 1 deletion trakt/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import absolute_import, division, print_function

__version__ = '3.1.0'
__version__ = '3.2.0'

0 comments on commit 391b02a

Please sign in to comment.