Skip to content

Commit

Permalink
Version 2.2.0 bump. Closes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
moogar0880 committed Aug 23, 2015
1 parent a6e8a2d commit fd5606b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Release History
^^^^^^^^^^^^^^^
2.2.0 (2015-08-23)
++++++++++++++++++

* A TVSeason's `episodes` attribute is now dynamically generated from all episodes in that season
* `sync.rate` and `sync.add_to_history` now properly make valid requests (#21)
* Note: `sync.add_to_history`'s `watched_at` argument is now expected to be a datetime object, in order to match `sync.rate`

2.1.0 (2015-07-19)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion trakt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
except ImportError:
pass

version_info = (2, 1, 0)
version_info = (2, 2, 0)
__author__ = 'Jon Nappi'
__version__ = '.'.join([str(i) for i in version_info])

0 comments on commit fd5606b

Please sign in to comment.