Increment version to 2.3.1

This commit is contained in:
snejus 2025-05-14 09:53:19 +00:00
parent 69a76edc33
commit d487d675b9
4 changed files with 14 additions and 3 deletions

View file

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

View file

@ -6,6 +6,17 @@ 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.3.1 (May 14, 2025)
--------------------
Bug fixes:
* :doc:`/reference/pathformat`: Fixed a regression where path legalization
incorrectly removed parts of user-configured path formats that followed a dot

View file

@ -12,7 +12,7 @@ project = "beets"
copyright = "2016, Adrian Sampson"
version = "2.3"
release = "2.3.0"
release = "2.3.1"
pygments_style = "sphinx"

View file

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