Skip to content

Commit 48d44d1

Browse files
committed
Increment version to 2.13.0
1 parent 090ed24 commit 48d44d1

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

beets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if TYPE_CHECKING:
1111
from .logging import Logger
1212

13-
__version__ = "2.12.0"
13+
__version__ = "2.13.0"
1414
__author__ = "Adrian Sampson <adrian@radbox.org>"
1515

1616

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.13.0 (July 27, 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.12"
22-
release = "2.12.0"
21+
version = "2.13"
22+
release = "2.13.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
[project]
22
name = "beets"
3-
version = "2.12.0"
3+
version = "2.13.0"
44
description = "music tagger and library organizer"
55
authors = [{ name = "Adrian Sampson", email = "adrian@radbox.org" }]
66
maintainers = [{ name = "Serene-Arc" }]

0 commit comments

Comments
 (0)