mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Increment version to 2.3.0
This commit is contained in:
parent
2697995428
commit
250b0da900
4 changed files with 15 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ from sys import stderr
|
||||||
|
|
||||||
import confuse
|
import confuse
|
||||||
|
|
||||||
__version__ = "2.2.0"
|
__version__ = "2.3.0"
|
||||||
__author__ = "Adrian Sampson <adrian@radbox.org>"
|
__author__ = "Adrian Sampson <adrian@radbox.org>"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,17 @@ Changelog goes here! Please add your entry to the bottom of one of the lists bel
|
||||||
Unreleased
|
Unreleased
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
New features:
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
For packagers:
|
||||||
|
|
||||||
|
Other changes:
|
||||||
|
|
||||||
|
2.3.0 (May 07, 2025)
|
||||||
|
--------------------
|
||||||
|
|
||||||
Beets now requires Python 3.9 or later since support for EOL Python 3.8 has
|
Beets now requires Python 3.9 or later since support for EOL Python 3.8 has
|
||||||
been dropped.
|
been dropped.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@ master_doc = "index"
|
||||||
project = "beets"
|
project = "beets"
|
||||||
copyright = "2016, Adrian Sampson"
|
copyright = "2016, Adrian Sampson"
|
||||||
|
|
||||||
version = "2.2"
|
version = "2.3"
|
||||||
release = "2.2.0"
|
release = "2.3.0"
|
||||||
|
|
||||||
pygments_style = "sphinx"
|
pygments_style = "sphinx"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "beets"
|
name = "beets"
|
||||||
version = "2.2.0"
|
version = "2.3.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"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue