Version bump

This commit is contained in:
krateng 2022-04-25 03:37:12 +02:00
parent c55e12dd43
commit 62abc31930
4 changed files with 9 additions and 5 deletions

View File

@ -42,3 +42,9 @@ minor_release_name: "Yeonhee"
- "[Bugfix] Fixed importing a Spotify file without path"
- "[Bugfix] No longer releasing database lock during scrobble creation"
- "[Distribution] Experimental arm64 image"
3.0.7:
notes:
- "[Bugix] Improved signal handling"
- "[Bugix] Fixed constant re-caching of all-time stats, significantly increasing page load speed"
- "[Logging] Disabled cache information when cache is not used"
- "[Distribution] Experimental arm/v7 image"

View File

@ -1,3 +1 @@
- "[Bugix] Improved signal handling"
- "[Bugix] Fixed constant re-caching of all-time stats. significantly increasing page load speed"
- "[Logging] Disabled cache information when cache is not used"

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

View File

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