- Require Mopidy >= 4.0.0a3. No major changes required. - Require Python >= 3.11. No major changes required. - Require pylast >= 4.2, as that's the first version with a single exception superclass. - Update project setup to match the latest `mopidy-ext-template`.
2.0.1
- Add Python 3.9 to the test matrix. (PR: 35)
2.0.0
- Depend on final release of Mopidy 3.0.0.
2.0.0rc1
- Require Mopidy >= 3.0.0a4. No major changes required.
- Require Python >= 3.7. No major changes required.
- Require pylast >= 2.2, as that's the first version to support Python 3.7.
- Update project setup.
1.2.1
- Require pylast < 3, as that version removed support for Python 2.7. (Fixes: 30)
1.2.0
- Require pylast >= 1.6.0, which is the version packed in Debian stable.
- Fix compatability with pylast >= 2, which has removed the `ScrobblingError` exception type.