From 33ab22db8c69ffad8209f3258c7e22acb04eb668 Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Thu, 30 May 2024 04:05:25 +0000 Subject: [PATCH] Increment version numbers to 2.0.0 --- beets/__init__.py | 2 +- docs/changelog.rst | 47 +++++----------------------------------------- docs/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 9 insertions(+), 46 deletions(-) diff --git a/beets/__init__.py b/beets/__init__.py index 21b8bb4ff..71ebc5872 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -17,7 +17,7 @@ from sys import stderr import confuse -__version__ = "1.6.1" +__version__ = '2.0.0' __author__ = "Adrian Sampson " diff --git a/docs/changelog.rst b/docs/changelog.rst index 6823f5cce..4bd983708 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,11 +1,15 @@ Changelog ========= -1.6.1 (in development) +2.0.0 (in development) ---------------------- Changelog goes here! Please add your entry to the bottom of one of the lists below! + +1.6.1 (May 30, 2024) +-------------------- + With this release, beets now requires Python 3.7 or later (it removes support for Python 3.6). @@ -439,7 +443,6 @@ Here are some notes for packagers: Thus, the optional dependency on `gmusicapi` does not exist anymore. :bug:`4089` - 1.5.0 (August 19, 2021) ----------------------- @@ -906,7 +909,6 @@ For packagers: .. _python3-discogs-client: https://github.com/joalla/discogs_client .. _py7zr: https://pypi.org/project/py7zr/ - 1.4.9 (May 30, 2019) -------------------- @@ -941,7 +943,6 @@ Here's a note for packagers: .. _NO_COLOR: https://no-color.org - 1.4.8 (May 16, 2019) -------------------- @@ -1226,7 +1227,6 @@ And some messages for packagers: * The optional :pypi:`python-itunes` dependency has been removed. * Python versions 3.7 and 3.8 are now supported. - 1.4.7 (May 29, 2018) -------------------- @@ -1243,7 +1243,6 @@ metadata sources like MusicBrainz: formats. :bug:`2688` - There are other subtle improvements to metadata handling in the importer: * In the MusicBrainz backend, beets now imports the @@ -1254,7 +1253,6 @@ There are other subtle improvements to metadata handling in the importer: to prefer the artist credit over the artist when autotagging. :bug:`1249` - And there are even more new features: * :doc:`/plugins/replaygain`: The ``beet replaygain`` command now has @@ -1283,7 +1281,6 @@ And there are even more new features: * :doc:`/plugins/discogs`: Fetch the original year from master releases. :bug:`1122` - There are lots and lots of fixes: * :doc:`/plugins/replaygain`: Fix a corner-case with the ``bs1770gain`` backend @@ -1368,7 +1365,6 @@ There are lots and lots of fixes: * :doc:`/plugins/mbsync`: We can now successfully update albums even when the first track has a missing MusicBrainz recording ID. :bug:`2920` - There are a couple of changes for developers: * Plugins can now run their import stages *early*, before other plugins. Use @@ -1380,7 +1376,6 @@ There are a couple of changes for developers: regression since version 1.4.1. :bug:`2921` - 1.4.6 (December 21, 2017) ------------------------- @@ -1507,7 +1502,6 @@ There are some changes for developers: There is a new numerated type describing how to move, copy, or link files. :bug:`2682` - 1.4.5 (June 20, 2017) --------------------- @@ -1550,7 +1544,6 @@ There are also some bug fixes: * More informative error messages are displayed when the file format is not recognized. :bug:`2599` - 1.4.4 (June 10, 2017) --------------------- @@ -1676,7 +1669,6 @@ We removed backends from two metadata plugins because of bitrot: .. _python-itunes: https://github.com/ocelma/python-itunes - 1.4.3 (January 9, 2017) ----------------------- @@ -1745,7 +1737,6 @@ to consider. For example, you might provide an alternative strategy for picking between the available alternatives or for looking up a release on MusicBrainz. - 1.4.2 (December 16, 2016) ------------------------- @@ -1770,7 +1761,6 @@ Also, we've removed some special handling for logging in the :doc:`/plugins/discogs` that we believe was unnecessary. If spurious log messages appear in this version, please let us know by filing a bug. - 1.4.1 (November 25, 2016) ------------------------- @@ -1870,7 +1860,6 @@ when you typed ``beet version``. This has been corrected. .. _six: https://pypi.org/project/six/ - 1.3.19 (June 25, 2016) ---------------------- @@ -1922,7 +1911,6 @@ And other fixes: versions, the plugin would use a ``.jpg`` extension for all images. :bug:`2053` - 1.3.18 (May 31, 2016) --------------------- @@ -2004,7 +1992,6 @@ Fixes: * :doc:`/plugins/acousticbrainz`: AcousticBrainz lookups are now done over HTTPS. Thanks to :user:`Freso`. :bug:`2007` - 1.3.17 (February 7, 2016) ------------------------- @@ -2086,8 +2073,6 @@ Fixes: .. _beets.io: https://beets.io/ .. _Beetbox: https://github.com/beetbox - - 1.3.16 (December 28, 2015) -------------------------- @@ -2202,7 +2187,6 @@ Fixes: .. _Emby: https://emby.media - 1.3.15 (October 17, 2015) ------------------------- @@ -2267,7 +2251,6 @@ This release has plenty of fixes: * Fixed unit of file size to powers of two (MiB, GiB, etc.) instead of powers of ten (MB, GB, etc.). :bug:`1623` - 1.3.14 (August 2, 2015) ----------------------- @@ -2365,7 +2348,6 @@ Fixes: .. _Python bug: https://bugs.python.org/issue16512 .. _ipfs: https://ipfs.io - 1.3.13 (April 24, 2015) ----------------------- @@ -2378,7 +2360,6 @@ beets. There are just two fixes: album art is no longer embedded on import in order to leave files untouched---in effect, ``auto`` is implicitly disabled. :bug:`1427` - 1.3.12 (April 18, 2015) ----------------------- @@ -2439,7 +2420,6 @@ Little fixes and improvements: .. _Jellyfish: https://github.com/sunlightlabs/jellyfish - 1.3.11 (April 5, 2015) ---------------------- @@ -2636,7 +2616,6 @@ For developers: .. _bs1770gain: http://bs1770gain.sourceforge.net - 1.3.10 (January 5, 2015) ------------------------ @@ -2830,7 +2809,6 @@ And countless little improvements and fixes: * Importing an archive will no longer leave temporary files behind in ``/tmp``. Thanks to :user:`multikatt`. :bug:`1067`, :bug:`1091` - 1.3.8 (September 17, 2014) -------------------------- @@ -2910,7 +2888,6 @@ Still more fixes and little improvements: .. _discogs_client: https://github.com/discogs/discogs_client - 1.3.7 (August 22, 2014) ----------------------- @@ -3012,7 +2989,6 @@ And the multitude of little improvements and fixes: * :doc:`/plugins/mbsync`: Track alignment now works with albums that have multiple copies of the same recording. Thanks to Rui Gonçalves. - 1.3.6 (May 10, 2014) -------------------- @@ -3056,7 +3032,6 @@ And those all-important bug fixes: Previously they were embedded into the source files. * New plugin event: `before_item_moved`. Thanks to Robert Speicher. - 1.3.5 (April 15, 2014) ---------------------- @@ -3119,7 +3094,6 @@ There are also many bug fixes and little enhancements: .. _enum34: https://pypi.python.org/pypi/enum34 .. _enum: https://docs.python.org/3.4/library/enum.html - 1.3.4 (April 5, 2014) --------------------- @@ -3199,7 +3173,6 @@ Fixes: .. _requests: https://requests.readthedocs.io/en/master/ - 1.3.3 (February 26, 2014) ------------------------- @@ -3300,7 +3273,6 @@ Other little fixes: * Album art in files with Vorbis Comments is now marked with the "front cover" type. Thanks to Jason Lefley. - 1.3.2 (December 22, 2013) ------------------------- @@ -3377,11 +3349,9 @@ As usual, there are also innumerable little fixes and improvements: * :doc:`/plugins/scrub`: Fix scrubbing of MPEG-4 files. Thanks to Yevgeny Bezman. - .. _Acoustic Attributes: https://web.archive.org/web/20160701063109/http://developer.echonest.com/acoustic-attributes.html .. _MPD: https://www.musicpd.org/ - 1.3.1 (October 12, 2013) ------------------------ @@ -3449,7 +3419,6 @@ And some fixes: .. _Opus: https://www.opus-codec.org/ .. _@Verrus: https://github.com/Verrus - 1.3.0 (September 11, 2013) -------------------------- @@ -3486,7 +3455,6 @@ There's more detail than you could ever need `on the beets blog`_. .. _on the beets blog: https://beets.io/blog/flexattr.html - 1.2.2 (August 27, 2013) ----------------------- @@ -3512,7 +3480,6 @@ The improvements in this release are: The situation could only arise when importing music from the library directory and when the two albums are imported close in time. - 1.2.1 (June 22, 2013) --------------------- @@ -3565,7 +3532,6 @@ And some little enhancements and bug fixes: * :doc:`/plugins/random`: Fix compatibility with Python 2.6. Thanks to Matthias Drochner. - 1.2.0 (June 5, 2013) -------------------- @@ -3681,7 +3647,6 @@ And a batch of fixes: .. _Discogs: https://discogs.com/ .. _Beatport: https://www.beatport.com/ - 1.1.0 (April 29, 2013) ---------------------- @@ -4271,7 +4236,6 @@ release. .. _pyacoustid: https://github.com/beetbox/pyacoustid - 1.0b13 (March 16, 2012) ----------------------- @@ -4693,7 +4657,6 @@ that functionality. * Fix crash when ``~/.beetsconfig`` does not exist. - 1.0b7 (April 5, 2011) --------------------- diff --git a/docs/conf.py b/docs/conf.py index 82061247c..206f68c92 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,8 +11,8 @@ master_doc = "index" project = "beets" copyright = "2016, Adrian Sampson" -version = "1.6" -release = "1.6.1" +version = '2.0' +release = '2.0.0' pygments_style = "sphinx" diff --git a/setup.py b/setup.py index c69b703f8..8fa941023 100755 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ if "sdist" in sys.argv: setup( name="beets", - version="1.6.1", + version='2.0.0', description="music tagger and library organizer", author="Adrian Sampson", author_email="adrian@radbox.org",