Increment version to 2.6.2

This commit is contained in:
snejus 2026-02-22 16:04:40 +00:00
parent 940e94c48c
commit 13e978ca0e
4 changed files with 22 additions and 3 deletions

View file

@ -19,7 +19,7 @@ import confuse
from .util.deprecation import deprecate_imports
__version__ = "2.6.1"
__version__ = "2.6.2"
__author__ = "Adrian Sampson <adrian@radbox.org>"

View file

@ -9,6 +9,25 @@ below!
Unreleased
----------
..
New features
~~~~~~~~~~~~
..
Bug fixes
~~~~~~~~~
..
For plugin developers
~~~~~~~~~~~~~~~~~~~~~
..
Other changes
~~~~~~~~~~~~~
2.6.2 (February 22, 2026)
-------------------------
..
New features
~~~~~~~~~~~~

View file

@ -19,7 +19,7 @@ copyright = "2016, Adrian Sampson"
master_doc = "index"
language = "en"
version = "2.6"
release = "2.6.1"
release = "2.6.2"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "beets"
version = "2.6.1"
version = "2.6.2"
description = "music tagger and library organizer"
authors = ["Adrian Sampson <adrian@radbox.org>"]
maintainers = ["Serene-Arc"]