diff --git a/HISTORY.rst b/HISTORY.rst index 358abd68..e596c486 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,11 @@ Release History ^^^^^^^^^^^^^^^ +3.3.0 (2022-01-07) ++++++++++++++++++++ + +* Add LockedUserAccountException support @glensc (#163) +* Add ids property to People objects @thechicacode (#135) + 3.2.2 (2021-10-26) +++++++++++++++++++ diff --git a/README.rst b/README.rst index 41fa7d76..b387889a 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,8 @@ PyTrakt ======= -.. image:: https://travis-ci.org/moogar0880/PyTrakt.svg - :target: https://travis-ci.org/moogar0880/PyTrakt - :alt: Travis CI Status - -.. image:: https://landscape.io/github/moogar0880/PyTrakt/master/landscape.svg?style=flat - :target: https://landscape.io/github/moogar0880/PyTrakt/master - :alt: Code Health +.. image:: https://circleci.com/gh/moogar0880/PyTrakt/tree/master.svg?style=svg + :target: https://circleci.com/gh/moogar0880/PyTrakt/tree/master + :alt: CircleCI Status .. image:: https://img.shields.io/pypi/dm/trakt.svg :target: https://pypi.python.org/pypi/trakt diff --git a/trakt/__init__.py b/trakt/__init__.py index cdf8d56b..fed028e5 100644 --- a/trakt/__init__.py +++ b/trakt/__init__.py @@ -5,6 +5,6 @@ except ImportError: pass -version_info = (3, 2, 2) +version_info = (3, 3, 0) __author__ = 'Jon Nappi' __version__ = '.'.join([str(i) for i in version_info]) diff --git a/trakt/people.py b/trakt/people.py index ea85cd78..074dfdb5 100644 --- a/trakt/people.py +++ b/trakt/people.py @@ -66,6 +66,7 @@ def _build(self, data): except AttributeError as ae: if not hasattr(self, '_' + key): raise ae + @property def ids(self): """Accessor to the trakt, imdb, and tmdb ids, as well as the trakt.tv