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 1717
1818import confuse
1919
20- __version__ = "2.2 .0"
20+ __version__ = "2.3 .0"
2121__author__ = "Adrian Sampson <adrian@radbox.org>"
2222
2323
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ Changelog goes here! Please add your entry to the bottom of one of the lists bel
66Unreleased
77----------
88
9+ New features:
10+
11+ Bug fixes:
12+
13+ For packagers:
14+
15+ Other changes:
16+
17+ 2.3.0 (May 07, 2025)
18+ --------------------
19+
920Beets now requires Python 3.9 or later since support for EOL Python 3.8 has
1021been dropped.
1122
Original file line number Diff line number Diff line change 1111project = "beets"
1212copyright = "2016, Adrian Sampson"
1313
14- version = "2.2 "
15- release = "2.2 .0"
14+ version = "2.3 "
15+ release = "2.3 .0"
1616
1717pygments_style = "sphinx"
1818
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " beets"
3- version = " 2.2 .0"
3+ version = " 2.3 .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