Skip to content

Commit 6faa4f3

Browse files
committed
Increment version to 2.5.0
1 parent 0e99e3a commit 6faa4f3

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

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.5.0 (October 11, 2025)
19+
------------------------
20+
21+
New features:
22+
1223
- :doc:`plugins/lastgenre`: Add a ``--pretend`` option to preview genre changes
1324
without storing or writing them.
1425
- :doc:`plugins/convert`: Add a config option to disable writing metadata to

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.4"
17-
release = "2.4.0"
16+
version = "2.5"
17+
release = "2.5.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.4.0"
3+
version = "2.5.0"
44
description = "music tagger and library organizer"
55
authors = ["Adrian Sampson <[email protected]>"]
66
maintainers = ["Serene-Arc"]

0 commit comments

Comments
 (0)