Skip to content

Commit

Permalink
Bumped version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Oct 26, 2018
1 parent b55497c commit 1de06ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sourcecode/trakt/trakt.interfaces.shows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
.. automodule:: trakt.interfaces.shows

.. autoclass:: ShowsInterface
:members: episode, get, last_episode, next_episode, season, seasons, trending
:members: episode, get, last_episode, next_episode, progress, progress_collection, progress_watched, season, seasons, trending
:undoc-members:
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__ = '2.14.1'
__version__ = '3.0.0'

0 comments on commit 1de06ad

Please sign in to comment.