From 1263fbdf7ef50f4dbc2fdb232a3aa535c5bf9dcb Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 24 Aug 2014 10:22:23 -0700 Subject: [PATCH] Changelog for #910 (fix #915) --- docs/changelog.rst | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8368bb681..bc56970b5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,10 +9,17 @@ This release adds **sorting** to beets queries. See :ref:`query-sort`. Fixes: * Invalid state files don't crash the importer. -* The :doc:`/plugins/lyrics` only strips featured artists and +* :doc:`/plugins/lyrics`: Only strip featured artists and parenthesized title suffixes if no lyrics for the original artist and title were found. * Fix a crash when reading some files with missing tags. +* :doc:`/plugins/discogs`: Compatibility with the new 2.0 version of the + `discogs_client`_ Python library. If you were using the old version, you wil + need to upgrade to the latest version of the library to use the + correspondingly new version of the plugin (e.g., with + ``pip install -U discogs-client``). Thanks to Andriy Kohut. + +.. _discogs_client: https://github.com/discogs/discogs_client 1.3.7 (August 22, 2014) diff --git a/setup.py b/setup.py index f2f9fde8e..ae62046fc 100755 --- a/setup.py +++ b/setup.py @@ -98,7 +98,7 @@ setup( 'beatport': ['requests'], 'fetchart': ['requests'], 'chroma': ['pyacoustid'], - 'discogs': ['discogs-client'], + 'discogs': ['discogs-client>=2.0.0'], 'echonest': ['pyechonest'], 'echonest_tempo': ['pyechonest'], 'lastgenre': ['pylast'],