mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Increment version numbers to 2.0.0
This commit is contained in:
parent
b88c09720c
commit
33ab22db8c
4 changed files with 9 additions and 46 deletions
|
|
@ -17,7 +17,7 @@ from sys import stderr
|
||||||
|
|
||||||
import confuse
|
import confuse
|
||||||
|
|
||||||
__version__ = "1.6.1"
|
__version__ = '2.0.0'
|
||||||
__author__ = "Adrian Sampson <adrian@radbox.org>"
|
__author__ = "Adrian Sampson <adrian@radbox.org>"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,15 @@
|
||||||
Changelog
|
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!
|
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
|
With this release, beets now requires Python 3.7 or later (it removes support
|
||||||
for Python 3.6).
|
for Python 3.6).
|
||||||
|
|
||||||
|
|
@ -439,7 +443,6 @@ Here are some notes for packagers:
|
||||||
Thus, the optional dependency on `gmusicapi` does not exist anymore.
|
Thus, the optional dependency on `gmusicapi` does not exist anymore.
|
||||||
:bug:`4089`
|
:bug:`4089`
|
||||||
|
|
||||||
|
|
||||||
1.5.0 (August 19, 2021)
|
1.5.0 (August 19, 2021)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
|
@ -906,7 +909,6 @@ For packagers:
|
||||||
.. _python3-discogs-client: https://github.com/joalla/discogs_client
|
.. _python3-discogs-client: https://github.com/joalla/discogs_client
|
||||||
.. _py7zr: https://pypi.org/project/py7zr/
|
.. _py7zr: https://pypi.org/project/py7zr/
|
||||||
|
|
||||||
|
|
||||||
1.4.9 (May 30, 2019)
|
1.4.9 (May 30, 2019)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
@ -941,7 +943,6 @@ Here's a note for packagers:
|
||||||
|
|
||||||
.. _NO_COLOR: https://no-color.org
|
.. _NO_COLOR: https://no-color.org
|
||||||
|
|
||||||
|
|
||||||
1.4.8 (May 16, 2019)
|
1.4.8 (May 16, 2019)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
@ -1226,7 +1227,6 @@ And some messages for packagers:
|
||||||
* The optional :pypi:`python-itunes` dependency has been removed.
|
* The optional :pypi:`python-itunes` dependency has been removed.
|
||||||
* Python versions 3.7 and 3.8 are now supported.
|
* Python versions 3.7 and 3.8 are now supported.
|
||||||
|
|
||||||
|
|
||||||
1.4.7 (May 29, 2018)
|
1.4.7 (May 29, 2018)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
@ -1243,7 +1243,6 @@ metadata sources like MusicBrainz:
|
||||||
formats.
|
formats.
|
||||||
:bug:`2688`
|
:bug:`2688`
|
||||||
|
|
||||||
|
|
||||||
There are other subtle improvements to metadata handling in the importer:
|
There are other subtle improvements to metadata handling in the importer:
|
||||||
|
|
||||||
* In the MusicBrainz backend, beets now imports the
|
* 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.
|
to prefer the artist credit over the artist when autotagging.
|
||||||
:bug:`1249`
|
:bug:`1249`
|
||||||
|
|
||||||
|
|
||||||
And there are even more new features:
|
And there are even more new features:
|
||||||
|
|
||||||
* :doc:`/plugins/replaygain`: The ``beet replaygain`` command now has
|
* :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.
|
* :doc:`/plugins/discogs`: Fetch the original year from master releases.
|
||||||
:bug:`1122`
|
:bug:`1122`
|
||||||
|
|
||||||
|
|
||||||
There are lots and lots of fixes:
|
There are lots and lots of fixes:
|
||||||
|
|
||||||
* :doc:`/plugins/replaygain`: Fix a corner-case with the ``bs1770gain`` backend
|
* :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
|
* :doc:`/plugins/mbsync`: We can now successfully update albums even when the
|
||||||
first track has a missing MusicBrainz recording ID. :bug:`2920`
|
first track has a missing MusicBrainz recording ID. :bug:`2920`
|
||||||
|
|
||||||
|
|
||||||
There are a couple of changes for developers:
|
There are a couple of changes for developers:
|
||||||
|
|
||||||
* Plugins can now run their import stages *early*, before other plugins. Use
|
* 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.
|
regression since version 1.4.1.
|
||||||
:bug:`2921`
|
:bug:`2921`
|
||||||
|
|
||||||
|
|
||||||
1.4.6 (December 21, 2017)
|
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.
|
There is a new numerated type describing how to move, copy, or link files.
|
||||||
:bug:`2682`
|
:bug:`2682`
|
||||||
|
|
||||||
|
|
||||||
1.4.5 (June 20, 2017)
|
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
|
* More informative error messages are displayed when the file format is not
|
||||||
recognized. :bug:`2599`
|
recognized. :bug:`2599`
|
||||||
|
|
||||||
|
|
||||||
1.4.4 (June 10, 2017)
|
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
|
.. _python-itunes: https://github.com/ocelma/python-itunes
|
||||||
|
|
||||||
|
|
||||||
1.4.3 (January 9, 2017)
|
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
|
picking between the available alternatives or for looking up a release on
|
||||||
MusicBrainz.
|
MusicBrainz.
|
||||||
|
|
||||||
|
|
||||||
1.4.2 (December 16, 2016)
|
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
|
:doc:`/plugins/discogs` that we believe was unnecessary. If spurious log
|
||||||
messages appear in this version, please let us know by filing a bug.
|
messages appear in this version, please let us know by filing a bug.
|
||||||
|
|
||||||
|
|
||||||
1.4.1 (November 25, 2016)
|
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/
|
.. _six: https://pypi.org/project/six/
|
||||||
|
|
||||||
|
|
||||||
1.3.19 (June 25, 2016)
|
1.3.19 (June 25, 2016)
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
@ -1922,7 +1911,6 @@ And other fixes:
|
||||||
versions, the plugin would use a ``.jpg`` extension for all images.
|
versions, the plugin would use a ``.jpg`` extension for all images.
|
||||||
:bug:`2053`
|
:bug:`2053`
|
||||||
|
|
||||||
|
|
||||||
1.3.18 (May 31, 2016)
|
1.3.18 (May 31, 2016)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
@ -2004,7 +1992,6 @@ Fixes:
|
||||||
* :doc:`/plugins/acousticbrainz`: AcousticBrainz lookups are now done over
|
* :doc:`/plugins/acousticbrainz`: AcousticBrainz lookups are now done over
|
||||||
HTTPS. Thanks to :user:`Freso`. :bug:`2007`
|
HTTPS. Thanks to :user:`Freso`. :bug:`2007`
|
||||||
|
|
||||||
|
|
||||||
1.3.17 (February 7, 2016)
|
1.3.17 (February 7, 2016)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
|
@ -2086,8 +2073,6 @@ Fixes:
|
||||||
.. _beets.io: https://beets.io/
|
.. _beets.io: https://beets.io/
|
||||||
.. _Beetbox: https://github.com/beetbox
|
.. _Beetbox: https://github.com/beetbox
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1.3.16 (December 28, 2015)
|
1.3.16 (December 28, 2015)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
|
@ -2202,7 +2187,6 @@ Fixes:
|
||||||
|
|
||||||
.. _Emby: https://emby.media
|
.. _Emby: https://emby.media
|
||||||
|
|
||||||
|
|
||||||
1.3.15 (October 17, 2015)
|
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
|
* Fixed unit of file size to powers of two (MiB, GiB, etc.) instead of powers
|
||||||
of ten (MB, GB, etc.). :bug:`1623`
|
of ten (MB, GB, etc.). :bug:`1623`
|
||||||
|
|
||||||
|
|
||||||
1.3.14 (August 2, 2015)
|
1.3.14 (August 2, 2015)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
|
@ -2365,7 +2348,6 @@ Fixes:
|
||||||
.. _Python bug: https://bugs.python.org/issue16512
|
.. _Python bug: https://bugs.python.org/issue16512
|
||||||
.. _ipfs: https://ipfs.io
|
.. _ipfs: https://ipfs.io
|
||||||
|
|
||||||
|
|
||||||
1.3.13 (April 24, 2015)
|
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
|
album art is no longer embedded on import in order to leave files
|
||||||
untouched---in effect, ``auto`` is implicitly disabled. :bug:`1427`
|
untouched---in effect, ``auto`` is implicitly disabled. :bug:`1427`
|
||||||
|
|
||||||
|
|
||||||
1.3.12 (April 18, 2015)
|
1.3.12 (April 18, 2015)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
|
@ -2439,7 +2420,6 @@ Little fixes and improvements:
|
||||||
|
|
||||||
.. _Jellyfish: https://github.com/sunlightlabs/jellyfish
|
.. _Jellyfish: https://github.com/sunlightlabs/jellyfish
|
||||||
|
|
||||||
|
|
||||||
1.3.11 (April 5, 2015)
|
1.3.11 (April 5, 2015)
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
@ -2636,7 +2616,6 @@ For developers:
|
||||||
|
|
||||||
.. _bs1770gain: http://bs1770gain.sourceforge.net
|
.. _bs1770gain: http://bs1770gain.sourceforge.net
|
||||||
|
|
||||||
|
|
||||||
1.3.10 (January 5, 2015)
|
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
|
* Importing an archive will no longer leave temporary files behind in
|
||||||
``/tmp``. Thanks to :user:`multikatt`. :bug:`1067`, :bug:`1091`
|
``/tmp``. Thanks to :user:`multikatt`. :bug:`1067`, :bug:`1091`
|
||||||
|
|
||||||
|
|
||||||
1.3.8 (September 17, 2014)
|
1.3.8 (September 17, 2014)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
|
@ -2910,7 +2888,6 @@ Still more fixes and little improvements:
|
||||||
|
|
||||||
.. _discogs_client: https://github.com/discogs/discogs_client
|
.. _discogs_client: https://github.com/discogs/discogs_client
|
||||||
|
|
||||||
|
|
||||||
1.3.7 (August 22, 2014)
|
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
|
* :doc:`/plugins/mbsync`: Track alignment now works with albums that have
|
||||||
multiple copies of the same recording. Thanks to Rui Gonçalves.
|
multiple copies of the same recording. Thanks to Rui Gonçalves.
|
||||||
|
|
||||||
|
|
||||||
1.3.6 (May 10, 2014)
|
1.3.6 (May 10, 2014)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
@ -3056,7 +3032,6 @@ And those all-important bug fixes:
|
||||||
Previously they were embedded into the source files.
|
Previously they were embedded into the source files.
|
||||||
* New plugin event: `before_item_moved`. Thanks to Robert Speicher.
|
* New plugin event: `before_item_moved`. Thanks to Robert Speicher.
|
||||||
|
|
||||||
|
|
||||||
1.3.5 (April 15, 2014)
|
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
|
.. _enum34: https://pypi.python.org/pypi/enum34
|
||||||
.. _enum: https://docs.python.org/3.4/library/enum.html
|
.. _enum: https://docs.python.org/3.4/library/enum.html
|
||||||
|
|
||||||
|
|
||||||
1.3.4 (April 5, 2014)
|
1.3.4 (April 5, 2014)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
@ -3199,7 +3173,6 @@ Fixes:
|
||||||
|
|
||||||
.. _requests: https://requests.readthedocs.io/en/master/
|
.. _requests: https://requests.readthedocs.io/en/master/
|
||||||
|
|
||||||
|
|
||||||
1.3.3 (February 26, 2014)
|
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"
|
* Album art in files with Vorbis Comments is now marked with the "front cover"
|
||||||
type. Thanks to Jason Lefley.
|
type. Thanks to Jason Lefley.
|
||||||
|
|
||||||
|
|
||||||
1.3.2 (December 22, 2013)
|
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
|
* :doc:`/plugins/scrub`: Fix scrubbing of MPEG-4 files. Thanks to Yevgeny
|
||||||
Bezman.
|
Bezman.
|
||||||
|
|
||||||
|
|
||||||
.. _Acoustic Attributes: https://web.archive.org/web/20160701063109/http://developer.echonest.com/acoustic-attributes.html
|
.. _Acoustic Attributes: https://web.archive.org/web/20160701063109/http://developer.echonest.com/acoustic-attributes.html
|
||||||
.. _MPD: https://www.musicpd.org/
|
.. _MPD: https://www.musicpd.org/
|
||||||
|
|
||||||
|
|
||||||
1.3.1 (October 12, 2013)
|
1.3.1 (October 12, 2013)
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
|
@ -3449,7 +3419,6 @@ And some fixes:
|
||||||
.. _Opus: https://www.opus-codec.org/
|
.. _Opus: https://www.opus-codec.org/
|
||||||
.. _@Verrus: https://github.com/Verrus
|
.. _@Verrus: https://github.com/Verrus
|
||||||
|
|
||||||
|
|
||||||
1.3.0 (September 11, 2013)
|
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
|
.. _on the beets blog: https://beets.io/blog/flexattr.html
|
||||||
|
|
||||||
|
|
||||||
1.2.2 (August 27, 2013)
|
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
|
The situation could only arise when importing music from the library
|
||||||
directory and when the two albums are imported close in time.
|
directory and when the two albums are imported close in time.
|
||||||
|
|
||||||
|
|
||||||
1.2.1 (June 22, 2013)
|
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
|
* :doc:`/plugins/random`: Fix compatibility with Python 2.6. Thanks to
|
||||||
Matthias Drochner.
|
Matthias Drochner.
|
||||||
|
|
||||||
|
|
||||||
1.2.0 (June 5, 2013)
|
1.2.0 (June 5, 2013)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
@ -3681,7 +3647,6 @@ And a batch of fixes:
|
||||||
.. _Discogs: https://discogs.com/
|
.. _Discogs: https://discogs.com/
|
||||||
.. _Beatport: https://www.beatport.com/
|
.. _Beatport: https://www.beatport.com/
|
||||||
|
|
||||||
|
|
||||||
1.1.0 (April 29, 2013)
|
1.1.0 (April 29, 2013)
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
@ -4271,7 +4236,6 @@ release.
|
||||||
|
|
||||||
.. _pyacoustid: https://github.com/beetbox/pyacoustid
|
.. _pyacoustid: https://github.com/beetbox/pyacoustid
|
||||||
|
|
||||||
|
|
||||||
1.0b13 (March 16, 2012)
|
1.0b13 (March 16, 2012)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
|
@ -4693,7 +4657,6 @@ that functionality.
|
||||||
|
|
||||||
* Fix crash when ``~/.beetsconfig`` does not exist.
|
* Fix crash when ``~/.beetsconfig`` does not exist.
|
||||||
|
|
||||||
|
|
||||||
1.0b7 (April 5, 2011)
|
1.0b7 (April 5, 2011)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@ master_doc = "index"
|
||||||
project = "beets"
|
project = "beets"
|
||||||
copyright = "2016, Adrian Sampson"
|
copyright = "2016, Adrian Sampson"
|
||||||
|
|
||||||
version = "1.6"
|
version = '2.0'
|
||||||
release = "1.6.1"
|
release = '2.0.0'
|
||||||
|
|
||||||
pygments_style = "sphinx"
|
pygments_style = "sphinx"
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -55,7 +55,7 @@ if "sdist" in sys.argv:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="beets",
|
name="beets",
|
||||||
version="1.6.1",
|
version='2.0.0',
|
||||||
description="music tagger and library organizer",
|
description="music tagger and library organizer",
|
||||||
author="Adrian Sampson",
|
author="Adrian Sampson",
|
||||||
author_email="adrian@radbox.org",
|
author_email="adrian@radbox.org",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue