File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1919
2020from .util .deprecation import deprecate_imports
2121
22- __version__ = "2.5.1 "
22+ __version__ = "2.6.0 "
2323__author__ = "Adrian Sampson <adrian@radbox.org>"
2424
2525
Original file line number Diff line number Diff line change 77Unreleased
88----------
99
10+ New features:
11+
12+ Bug fixes:
13+
14+ For packagers:
15+
16+ Other changes:
17+
18+ 2.6.0 (February 01, 2026)
19+ -------------------------
20+
1021Beets now requires Python 3.10 or later since support for EOL Python 3.9 has
1122been dropped.
1223
Original file line number Diff line number Diff line change 1818
1919master_doc = "index"
2020language = "en"
21- version = "2.5 "
22- release = "2.5.1 "
21+ version = "2.6 "
22+ release = "2.6.0 "
2323
2424# -- General configuration ---------------------------------------------------
2525# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " beets"
3- version = " 2.5.1 "
3+ version = " 2.6.0 "
44description = " music tagger and library organizer"
55authors = [" Adrian Sampson <adrian@radbox.org>" ]
66maintainers = [" Serene-Arc" ]
You can’t perform that action at this time.
0 commit comments