nicfit / eyeD3

eyeD3 is a Python module and command line program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3v1 (1.0/1.1) and ID3v2 (2.3/2.4).
http://eyed3.nicfit.net/
GNU General Public License v3.0
532 stars 58 forks source link

Documentation not updated since 0.9.4 #590

Open mlissner opened 1 year ago

mlissner commented 1 year ago

Guessing this is a known thing, but when I look at the docs here:

https://eyed3.readthedocs.io/en/latest/history.html

The latest info is posted for version 0.9.4, while the latest info in the HISTORY.rst file is 0.9.7 (which matches with pypi).

I don't publish to RTD, but does somebody need to just push the latest info, maybe?