Increment version to 2.1.0

This commit is contained in:
snejus 2024-11-22 01:50:28 +00:00
parent 7488c94d38
commit bc16ed1817
4 changed files with 12 additions and 4 deletions

View file

@ -17,7 +17,7 @@ from sys import stderr
import confuse
__version__ = "2.0.0"
__version__ = "2.1.0"
__author__ = "Adrian Sampson <adrian@radbox.org>"

View file

@ -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.1.0 (November 22, 2024)
-------------------------
New features:
* New template function added: ``%capitalize``. Converts the first letter of

View file

@ -11,8 +11,8 @@ master_doc = "index"
project = "beets"
copyright = "2016, Adrian Sampson"
version = "2.0"
release = "2.0.0"
version = "2.1"
release = "2.1.0"
pygments_style = "sphinx"

View file

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