Skip to content

Commit 5f6b2d3

Browse files
committed
Increment version to 2.10.0
1 parent 29afc36 commit 5f6b2d3

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

beets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from .util.deprecation import deprecate_imports
2121

22-
__version__ = "2.9.0"
22+
__version__ = "2.10.0"
2323
__author__ = "Adrian Sampson <adrian@radbox.org>"
2424

2525

docs/changelog.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ below!
99
Unreleased
1010
----------
1111

12+
..
13+
New features
14+
~~~~~~~~~~~~
15+
16+
..
17+
Bug fixes
18+
~~~~~~~~~
19+
20+
..
21+
For plugin developers
22+
~~~~~~~~~~~~~~~~~~~~~
23+
24+
..
25+
Other changes
26+
~~~~~~~~~~~~~
27+
28+
2.10.0 (April 19, 2026)
29+
-----------------------
30+
1231
New features
1332
~~~~~~~~~~~~
1433

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
master_doc = "index"
2020
language = "en"
21-
version = "2.9"
22-
release = "2.9.0"
21+
version = "2.10"
22+
release = "2.10.0"
2323

2424
# -- General configuration ---------------------------------------------------
2525
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

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

0 commit comments

Comments
 (0)