Version bump

This commit is contained in:
krateng 2022-10-07 17:38:12 +02:00
parent b333009684
commit ef06f22622
3 changed files with 4 additions and 2 deletions

View File

@ -30,3 +30,5 @@ minor_release_name: "Soyeon"
3.1.4:
notes:
- "[Feature] Expanded information saved from Listenbrainz API"
- "[Feature] Added import for Listenbrainz exports"
- "[Bugfix] Sanitized artists and tracks with html-like structure"

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.3"
VERSION = "3.1.4"
HOMEPAGE = "https://github.com/krateng/maloja"

View File

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