mirror of
https://github.com/beetbox/beets.git
synced 2026-02-08 08:25:23 +01:00
Increment version to 2.6.0
This commit is contained in:
parent
b2335b984d
commit
680473b9e5
4 changed files with 15 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ import confuse
|
|||
|
||||
from .util.deprecation import deprecate_imports
|
||||
|
||||
__version__ = "2.5.1"
|
||||
__version__ = "2.6.0"
|
||||
__author__ = "Adrian Sampson <adrian@radbox.org>"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,17 @@ below!
|
|||
Unreleased
|
||||
----------
|
||||
|
||||
New features:
|
||||
|
||||
Bug fixes:
|
||||
|
||||
For packagers:
|
||||
|
||||
Other changes:
|
||||
|
||||
2.6.0 (February 01, 2026)
|
||||
-------------------------
|
||||
|
||||
Beets now requires Python 3.10 or later since support for EOL Python 3.9 has
|
||||
been dropped.
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ copyright = "2016, Adrian Sampson"
|
|||
|
||||
master_doc = "index"
|
||||
language = "en"
|
||||
version = "2.5"
|
||||
release = "2.5.1"
|
||||
version = "2.6"
|
||||
release = "2.6.0"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "beets"
|
||||
version = "2.5.1"
|
||||
version = "2.6.0"
|
||||
description = "music tagger and library organizer"
|
||||
authors = ["Adrian Sampson <adrian@radbox.org>"]
|
||||
maintainers = ["Serene-Arc"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue