diff --git a/beets/__init__.py b/beets/__init__.py index 750efb3b3..cfa5be2c4 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -19,7 +19,7 @@ import confuse from .util.deprecation import deprecate_imports -__version__ = "2.6.1" +__version__ = "2.6.2" __author__ = "Adrian Sampson " diff --git a/docs/changelog.rst b/docs/changelog.rst index b15eb2944..8abed1367 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,6 +9,25 @@ below! Unreleased ---------- +.. + New features + ~~~~~~~~~~~~ + +.. + Bug fixes + ~~~~~~~~~ + +.. + For plugin developers + ~~~~~~~~~~~~~~~~~~~~~ + +.. + Other changes + ~~~~~~~~~~~~~ + +2.6.2 (February 22, 2026) +------------------------- + .. New features ~~~~~~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index 15ba699cd..f66e91645 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 57a12fa75..0ce774d9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = ["Serene-Arc"]