Version bump

This commit is contained in:
krateng 2022-05-05 16:38:08 +02:00
parent 81f4e35258
commit a073930601
4 changed files with 11 additions and 4 deletions

View File

@ -11,6 +11,13 @@ minor_release_name: "Soyeon"
- "[Logging] Added cache memory use information"
- "[Technical] Bumped Python Version and various dependencies"
3.1.1:
commit: "20aae955b2263be07c56bafe4794f622117116ef"
notes:
- "[Bugfix] Fixed inclusion of custom css files"
- "[Bugfix] Fixed list values in configuration"
3.1.2:
notes:
- "[Feature] Added remix artist parsing"
- "[Feature] Added API debug mode"
- "[Bugfix] Fixed leftover whitespaces when parsing titles"
- "[Bugfix] Fixed handling of fallthrough values in config file"

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

View File

@ -1,6 +1,6 @@
[project]
name = "malojaserver"
version = "3.1.1"
version = "3.1.2"
description = "Self-hosted music scrobble database"
readme = "./README.md"
requires-python = ">=3.7"
@ -21,7 +21,7 @@ classifiers = [
dependencies = [
"bottle>=0.12.16",
"waitress>=2.1.0",
"doreah>=1.9.2, <2",
"doreah>=1.9.3, <2",
"nimrodel>=0.8.0",
"setproctitle>=1.1.10",
#"pyvips>=2.1.16",

View File

@ -1,6 +1,6 @@
bottle>=0.12.16
waitress>=2.1.0
doreah>=1.9.2, <2
doreah>=1.9.3, <2
nimrodel>=0.8.0
setproctitle>=1.1.10
jinja2>=3.0.0