Skip to content

Commit

Permalink
Merge branch 'release/0.7.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Sep 12, 2015
2 parents 70c8956 + 80bafba commit 099b55e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
0.7.0 (2015-09-12)
------------------
**Added**
- [guid] :code:`Guid.__repr__()` and :code:`Guid.__str__()` methods
- [matcher] :code:`Matcher.set_caper()` and :code:`Matcher.set_extend()` methods

**Changed**
- [library] :code:`Library.episodes()` now prefers real :code:`Episode` objects over multi-episode duplicates
- [library] Return :code:`None` from :code:`Library.all()` if the request fails
- [metadata] only cache metadata with a valid guid
- [metadata] cache unsupported items as :code:`False` to avoid refreshing on every request
- [metadata] return :code:`False` on unsupported media

**Fixed**
- Issue handling invalid guids

0.6.1 (2015-02-05)
------------------
**Changes**
**Changed**
- Setup travis-ci testing and coverage (via coveralls)
- [library] display a warning when :code:`Library.item_map()` fails due to a invalid/missing "guid" property
- [library] exclude sections without an agent
Expand Down
2 changes: 1 addition & 1 deletion plex_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

log = logging.getLogger(__name__)

__version__ = '0.6.1'
__version__ = '0.7.0'


try:
Expand Down

0 comments on commit 099b55e

Please sign in to comment.