Skip to content

Commit d487d67

Browse files
committed
Increment version to 2.3.1
1 parent 69a76ed commit d487d67

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
@@ -17,7 +17,7 @@
1717

1818
import confuse
1919

20-
__version__ = "2.3.0"
20+
__version__ = "2.3.1"
2121
__author__ = "Adrian Sampson <adrian@radbox.org>"
2222

2323

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Changelog goes here! Please add your entry to the bottom of one of the lists bel
66
Unreleased
77
----------
88

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+
920
Bug fixes:
1021
* :doc:`/reference/pathformat`: Fixed a regression where path legalization
1122
incorrectly removed parts of user-configured path formats that followed a dot

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
copyright = "2016, Adrian Sampson"
1313

1414
version = "2.3"
15-
release = "2.3.0"
15+
release = "2.3.1"
1616

1717
pygments_style = "sphinx"
1818

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.3.0"
3+
version = "2.3.1"
44
description = "music tagger and library organizer"
55
authors = ["Adrian Sampson <adrian@radbox.org>"]
66
maintainers = ["Serene-Arc"]

0 commit comments

Comments
 (0)