Version bump

This commit is contained in:
krateng 2022-05-07 15:24:19 +02:00
parent f74d5679eb
commit f3a04c79b1
3 changed files with 6 additions and 2 deletions

View File

@ -22,3 +22,7 @@ minor_release_name: "Soyeon"
- "[Feature] Added API debug mode"
- "[Bugfix] Fixed leftover whitespaces when parsing titles"
- "[Bugfix] Fixed handling of fallthrough values in config file"
3.1.3:
notes:
- "[Bugfix] Fixed infinite recursion with capitalized featuring delimiters"
- "[Bugfix] Fixed favicon display"

View File

@ -4,7 +4,7 @@
# you know what f*ck it
# this is hardcoded for now because of that damn project / package name discrepancy
# i'll fix it one day
VERSION = "3.1.2"
VERSION = "3.1.3"
HOMEPAGE = "https://github.com/krateng/maloja"

View File

@ -1,6 +1,6 @@
[project]
name = "malojaserver"
version = "3.1.2"
version = "3.1.3"
description = "Self-hosted music scrobble database"
readme = "./README.md"
requires-python = ">=3.7"