mirror of
https://github.com/beetbox/beets.git
synced 2026-03-18 19:33:01 +01:00
Increment version to 2.7.0
This commit is contained in:
parent
c996a42f6d
commit
156870419e
4 changed files with 23 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ import confuse
|
|||
|
||||
from .util.deprecation import deprecate_imports
|
||||
|
||||
__version__ = "2.6.2"
|
||||
__version__ = "2.7.0"
|
||||
__author__ = "Adrian Sampson <adrian@radbox.org>"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,25 @@ below!
|
|||
Unreleased
|
||||
----------
|
||||
|
||||
..
|
||||
New features
|
||||
~~~~~~~~~~~~
|
||||
|
||||
..
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
..
|
||||
For plugin developers
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
..
|
||||
Other changes
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
2.7.0 (March 07, 2026)
|
||||
----------------------
|
||||
|
||||
New features
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ copyright = "2016, Adrian Sampson"
|
|||
|
||||
master_doc = "index"
|
||||
language = "en"
|
||||
version = "2.6"
|
||||
release = "2.6.2"
|
||||
version = "2.7"
|
||||
release = "2.7.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.6.2"
|
||||
version = "2.7.0"
|
||||
description = "music tagger and library organizer"
|
||||
authors = ["Adrian Sampson <adrian@radbox.org>"]
|
||||
maintainers = ["Serene-Arc"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue