mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Version bump
This commit is contained in:
parent
c55e12dd43
commit
62abc31930
@ -42,3 +42,9 @@ minor_release_name: "Yeonhee"
|
|||||||
- "[Bugfix] Fixed importing a Spotify file without path"
|
- "[Bugfix] Fixed importing a Spotify file without path"
|
||||||
- "[Bugfix] No longer releasing database lock during scrobble creation"
|
- "[Bugfix] No longer releasing database lock during scrobble creation"
|
||||||
- "[Distribution] Experimental arm64 image"
|
- "[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"
|
||||||
|
@ -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"
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# you know what f*ck it
|
# you know what f*ck it
|
||||||
# this is hardcoded for now because of that damn project / package name discrepancy
|
# this is hardcoded for now because of that damn project / package name discrepancy
|
||||||
# i'll fix it one day
|
# i'll fix it one day
|
||||||
VERSION = "3.0.6"
|
VERSION = "3.0.7"
|
||||||
HOMEPAGE = "https://github.com/krateng/maloja"
|
HOMEPAGE = "https://github.com/krateng/maloja"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "malojaserver"
|
name = "malojaserver"
|
||||||
version = "3.0.6"
|
version = "3.0.7"
|
||||||
description = "Self-hosted music scrobble database"
|
description = "Self-hosted music scrobble database"
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
requires-python = ">=3.6"
|
requires-python = ">=3.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user