Increment version to 2.4.0

This commit is contained in:
JOJ0 2025-09-13 16:47:21 +00:00
parent 2b4758d440
commit e837598e79
4 changed files with 15 additions and 4 deletions

View file

@ -17,7 +17,7 @@ from sys import stderr
import confuse
__version__ = "2.3.1"
__version__ = "2.4.0"
__author__ = "Adrian Sampson <adrian@radbox.org>"

View file

@ -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

View file

@ -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

View file

@ -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"]