diff --git a/dev/releases/3.1.yml b/dev/releases/3.1.yml index 04df9ae..5dc9af8 100644 --- a/dev/releases/3.1.yml +++ b/dev/releases/3.1.yml @@ -38,3 +38,5 @@ minor_release_name: "Soyeon" - "[Feature] Made image upload part of regular API" - "[Bugfix] Additional entity name sanitization" - "[Bugfix] Fixed image display on Safari" + - "[Bugfix] Fixed entity editing on Firefox" + - "[Bugfix] Made compatibile with SQLAlchemy 2.0" diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index 523a117..ff8ed58 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.4" +VERSION = "3.1.5" HOMEPAGE = "https://github.com/krateng/maloja" diff --git a/pyproject.toml b/pyproject.toml index a1092bb..2e855bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "3.1.4" +version = "3.1.5" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.7"