File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
import confuse
19
19
20
- __version__ = "2.3.0 "
20
+ __version__ = "2.3.1 "
21
21
__author__ = "Adrian Sampson <adrian@radbox.org>"
22
22
23
23
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
6
6
Unreleased
7
7
----------
8
8
9
+ New features:
10
+
11
+ Bug fixes:
12
+
13
+ For packagers:
14
+
15
+ Other changes:
16
+
17
+ 2.3.1 (May 14, 2025)
18
+ --------------------
19
+
9
20
Bug fixes:
10
21
* :doc: `/reference/pathformat `: Fixed a regression where path legalization
11
22
incorrectly removed parts of user-configured path formats that followed a dot
Original file line number Diff line number Diff line change 12
12
copyright = "2016, Adrian Sampson"
13
13
14
14
version = "2.3"
15
- release = "2.3.0 "
15
+ release = "2.3.1 "
16
16
17
17
pygments_style = "sphinx"
18
18
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " beets"
3
- version = " 2.3.0 "
3
+ version = " 2.3.1 "
4
4
description = " music tagger and library organizer"
5
5
authors = [" Adrian Sampson <adrian@radbox.org>" ]
6
6
maintainers = [" Serene-Arc" ]
You can’t perform that action at this time.
0 commit comments