diff --git a/dev/releases/3.1.yml b/dev/releases/3.1.yml index 73bdd34..3243088 100644 --- a/dev/releases/3.1.yml +++ b/dev/releases/3.1.yml @@ -10,3 +10,7 @@ minor_release_name: "Soyeon" - "[Performance] Adjusted cache sizes" - "[Logging] Added cache memory use information" - "[Technical] Bumped Python Version and various dependencies" +3.1.1: + notes: + - "[Bugfix] Fixed inclusion of custom css files" + - "[Bugfix] Fixed list values in configuration" diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index 56b763e..1b5f512 100644 --- a/maloja/__pkginfo__.py +++ b/maloja/__pkginfo__.py @@ -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.0" +VERSION = "3.1.1" HOMEPAGE = "https://github.com/krateng/maloja" diff --git a/pyproject.toml b/pyproject.toml index 596ee4b..7669b46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "3.1.0" +version = "3.1.1" 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.1, <2", + "doreah>=1.9.2, <2", "nimrodel>=0.8.0", "setproctitle>=1.1.10", #"pyvips>=2.1.16", diff --git a/requirements.txt b/requirements.txt index 77b1e34..0fe8af9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bottle>=0.12.16 waitress>=2.1.0 -doreah>=1.9.1, <2 +doreah>=1.9.2, <2 nimrodel>=0.8.0 setproctitle>=1.1.10 jinja2>=3.0.0