mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 19:42:42 +01:00
parent
e3f4e19298
commit
3c7853712f
2 changed files with 7 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
] + (
|
||||
|
|
|
|||
Loading…
Reference in a new issue