mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 16:34:45 +01:00
Increment version to 2.2.0
This commit is contained in:
parent
01f1fafc88
commit
f92c0ec8b1
4 changed files with 12 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ from sys import stderr
|
|||
|
||||
import confuse
|
||||
|
||||
__version__ = "2.1.0"
|
||||
__version__ = "2.2.0"
|
||||
__author__ = "Adrian Sampson <adrian@radbox.org>"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,14 @@ Changelog goes here! Please add your entry to the bottom of one of the lists bel
|
|||
Unreleased
|
||||
----------
|
||||
|
||||
New features:
|
||||
Bug fixes:
|
||||
For packagers:
|
||||
Other changes:
|
||||
|
||||
2.2.0 (December 02, 2024)
|
||||
-------------------------
|
||||
|
||||
New features:
|
||||
|
||||
* :doc:`/plugins/substitute`: Allow the replacement string to use capture groups
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ master_doc = "index"
|
|||
project = "beets"
|
||||
copyright = "2016, Adrian Sampson"
|
||||
|
||||
version = "2.1"
|
||||
release = "2.1.0"
|
||||
version = "2.2"
|
||||
release = "2.2.0"
|
||||
|
||||
pygments_style = "sphinx"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "beets"
|
||||
version = "2.1.0"
|
||||
version = "2.2.0"
|
||||
description = "music tagger and library organizer"
|
||||
authors = ["Adrian Sampson <adrian@radbox.org>"]
|
||||
maintainers = ["Serene-Arc"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue