Skip to content

Commit 250b0da

Browse files
committed
Increment version to 2.3.0
1 parent 2697995 commit 250b0da

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
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.2.0"
20+
__version__ = "2.3.0"
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.0 (May 07, 2025)
18+
--------------------
19+
920
Beets now requires Python 3.9 or later since support for EOL Python 3.8 has
1021
been dropped.
1122

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
project = "beets"
1212
copyright = "2016, Adrian Sampson"
1313

14-
version = "2.2"
15-
release = "2.2.0"
14+
version = "2.3"
15+
release = "2.3.0"
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.2.0"
3+
version = "2.3.0"
44
description = "music tagger and library organizer"
55
authors = ["Adrian Sampson <adrian@radbox.org>"]
66
maintainers = ["Serene-Arc"]

0 commit comments

Comments
 (0)