Skip to content

Commit c1877b7

Browse files
committed
Increment version to 2.5.1
1 parent 61cbc39 commit c1877b7

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

beets/__init__.py

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

2020
from .util import deprecate_imports
2121

22-
__version__ = "2.5.0"
22+
__version__ = "2.5.1"
2323
__author__ = "Adrian Sampson <adrian@radbox.org>"
2424

2525

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.1 (October 14, 2025)
19+
------------------------
20+
21+
New features:
22+
1223
- :doc:`plugins/zero`: Add new configuration option, ``omit_single_disc``, to
1324
allow zeroing the disc number on write for single-disc albums. Defaults to
1425
False.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
master_doc = "index"
1515
language = "en"
1616
version = "2.5"
17-
release = "2.5.0"
17+
release = "2.5.1"
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.5.0"
3+
version = "2.5.1"
44
description = "music tagger and library organizer"
55
authors = ["Adrian Sampson <adrian@radbox.org>"]
66
maintainers = ["Serene-Arc"]

0 commit comments

Comments
 (0)