Skip to content

Commit 13665a5

Browse files
committed
Increment version to 2.7.1
1 parent 1acbdbd commit 13665a5

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
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.7.0"
22+
__version__ = "2.7.1"
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.7.1 (March 08, 2026)
29+
----------------------
30+
1231
..
1332
New features
1433
~~~~~~~~~~~~

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
master_doc = "index"
2020
language = "en"
2121
version = "2.7"
22-
release = "2.7.0"
22+
release = "2.7.1"
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.7.0"
3+
version = "2.7.1"
44
description = "music tagger and library organizer"
55
authors = ["Adrian Sampson <adrian@radbox.org>"]
66
maintainers = ["Serene-Arc"]

0 commit comments

Comments
 (0)