Increment version to 2.5.0

This commit is contained in:
semohr 2025-10-11 09:58:48 +00:00
parent 0e99e3a5a3
commit 6faa4f3ddd
3 changed files with 14 additions and 3 deletions

View file

@ -9,6 +9,17 @@ Unreleased
New features: New features:
Bug fixes:
For packagers:
Other changes:
2.5.0 (October 11, 2025)
------------------------
New features:
- :doc:`plugins/lastgenre`: Add a ``--pretend`` option to preview genre changes - :doc:`plugins/lastgenre`: Add a ``--pretend`` option to preview genre changes
without storing or writing them. without storing or writing them.
- :doc:`plugins/convert`: Add a config option to disable writing metadata to - :doc:`plugins/convert`: Add a config option to disable writing metadata to

View file

@ -13,8 +13,8 @@ copyright = "2016, Adrian Sampson"
master_doc = "index" master_doc = "index"
language = "en" language = "en"
version = "2.4" version = "2.5"
release = "2.4.0" release = "2.5.0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

View file

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