mirror of
https://github.com/beetbox/beets.git
synced 2026-01-13 03:34:31 +01:00
Increment version to 2.4.0
This commit is contained in:
parent
2b4758d440
commit
e837598e79
4 changed files with 15 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ from sys import stderr
|
|||
|
||||
import confuse
|
||||
|
||||
__version__ = "2.3.1"
|
||||
__version__ = "2.4.0"
|
||||
__author__ = "Adrian Sampson <adrian@radbox.org>"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,17 @@ Unreleased
|
|||
|
||||
New features:
|
||||
|
||||
Bug fixes:
|
||||
|
||||
For packagers:
|
||||
|
||||
Other changes:
|
||||
|
||||
2.4.0 (September 13, 2025)
|
||||
--------------------------
|
||||
|
||||
New features:
|
||||
|
||||
- :doc:`plugins/musicbrainz`: The MusicBrainz autotagger has been moved to a
|
||||
separate plugin. The default :ref:`plugins-config` includes ``musicbrainz``,
|
||||
but if you've customized your ``plugins`` list in your configuration, you'll
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ copyright = "2016, Adrian Sampson"
|
|||
|
||||
master_doc = "index"
|
||||
language = "en"
|
||||
version = "2.3"
|
||||
release = "2.3.1"
|
||||
version = "2.4"
|
||||
release = "2.4.0"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "beets"
|
||||
version = "2.3.1"
|
||||
version = "2.4.0"
|
||||
description = "music tagger and library organizer"
|
||||
authors = ["Adrian Sampson <adrian@radbox.org>"]
|
||||
maintainers = ["Serene-Arc"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue