diff --git a/docs/changelog.rst b/docs/changelog.rst index 06fbe3c53..b6eb5ca3a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,11 @@ Changelog Changelog goes here! +For packagers: + +* We fixed a version for the dependency on the `Confuse`_ library. + :bug:`4167` + 1.6.0 (November 27, 2021) ------------------------- @@ -69,7 +74,7 @@ Bug fixes: :bug:`4080` * :doc:`/plugins/discogs`: Remove built-in rate-limiting because the Discogs Python library we use now has its own rate-limiting. - :bug: `4108` + :bug:`4108` * :doc:`/plugins/export`: Fix some duplicated output. * :doc:`/plugins/aura`: Fix a potential security hole when serving image files. diff --git a/setup.py b/setup.py index aefa0b18f..fa92448a2 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ setup( 'musicbrainzngs>=0.4', 'pyyaml', 'mediafile>=0.2.0', - 'confuse>=1.0.0', + 'confuse>=1.5.0', 'munkres>=1.0.0', 'jellyfish', ] + (