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
d83b44de6e
commit
20aae955b2
@ -10,3 +10,7 @@ minor_release_name: "Soyeon"
|
|||||||
- "[Performance] Adjusted cache sizes"
|
- "[Performance] Adjusted cache sizes"
|
||||||
- "[Logging] Added cache memory use information"
|
- "[Logging] Added cache memory use information"
|
||||||
- "[Technical] Bumped Python Version and various dependencies"
|
- "[Technical] Bumped Python Version and various dependencies"
|
||||||
|
3.1.1:
|
||||||
|
notes:
|
||||||
|
- "[Bugfix] Fixed inclusion of custom css files"
|
||||||
|
- "[Bugfix] Fixed list values in configuration"
|
||||||
|
@ -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.1.0"
|
VERSION = "3.1.1"
|
||||||
HOMEPAGE = "https://github.com/krateng/maloja"
|
HOMEPAGE = "https://github.com/krateng/maloja"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "malojaserver"
|
name = "malojaserver"
|
||||||
version = "3.1.0"
|
version = "3.1.1"
|
||||||
description = "Self-hosted music scrobble database"
|
description = "Self-hosted music scrobble database"
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
@ -21,7 +21,7 @@ classifiers = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"bottle>=0.12.16",
|
"bottle>=0.12.16",
|
||||||
"waitress>=2.1.0",
|
"waitress>=2.1.0",
|
||||||
"doreah>=1.9.1, <2",
|
"doreah>=1.9.2, <2",
|
||||||
"nimrodel>=0.8.0",
|
"nimrodel>=0.8.0",
|
||||||
"setproctitle>=1.1.10",
|
"setproctitle>=1.1.10",
|
||||||
#"pyvips>=2.1.16",
|
#"pyvips>=2.1.16",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
bottle>=0.12.16
|
bottle>=0.12.16
|
||||||
waitress>=2.1.0
|
waitress>=2.1.0
|
||||||
doreah>=1.9.1, <2
|
doreah>=1.9.2, <2
|
||||||
nimrodel>=0.8.0
|
nimrodel>=0.8.0
|
||||||
setproctitle>=1.1.10
|
setproctitle>=1.1.10
|
||||||
jinja2>=3.0.0
|
jinja2>=3.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user