Skip to content

Commit e837598

Browse files
committed
Increment version to 2.4.0
1 parent 2b4758d commit e837598

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

beets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import confuse
1919

20-
__version__ = "2.3.1"
20+
__version__ = "2.4.0"
2121
__author__ = "Adrian Sampson <[email protected]>"
2222

2323

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ Unreleased
99

1010
New features:
1111

12+
Bug fixes:
13+
14+
For packagers:
15+
16+
Other changes:
17+
18+
2.4.0 (September 13, 2025)
19+
--------------------------
20+
21+
New features:
22+
1223
- :doc:`plugins/musicbrainz`: The MusicBrainz autotagger has been moved to a
1324
separate plugin. The default :ref:`plugins-config` includes ``musicbrainz``,
1425
but if you've customized your ``plugins`` list in your configuration, you'll

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
master_doc = "index"
1515
language = "en"
16-
version = "2.3"
17-
release = "2.3.1"
16+
version = "2.4"
17+
release = "2.4.0"
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "beets"
3-
version = "2.3.1"
3+
version = "2.4.0"
44
description = "music tagger and library organizer"
55
authors = ["Adrian Sampson <[email protected]>"]
66
maintainers = ["Serene-Arc"]

0 commit comments

Comments
 (0)