Skip to content

v3.6.4

Choose a tag to compare

@johnwmillr johnwmillr released this 01 Jun 05:59
· 38 commits to master since this release

3.6.4 (2025-05-31)


Changed

  • Added a DeprecationWarning to the Song, Artist, and Album
    classes. The Genius client will be removed from these classes in
    a future release.
  • Added a DeprecationWarning to the Track class. This class will
    be removed in a future release. Its functionality will be
    incorporated into the Song class.
  • Added a DeprecationWarning to the Stats class. This class will
    be removed in a future release.
  • Added a FutureWarning to the Song constructor. Its signature
    will change to Song(lyrics, body) instead of
    Song(client, json_dict, lyrics).

What's Changed

Full Changelog: v3.2.0...v3.6.4