diff --git a/dev/releases/3.1.yml b/dev/releases/3.1.yml index b0ca543..22fdcbd 100644 --- a/dev/releases/3.1.yml +++ b/dev/releases/3.1.yml @@ -8,3 +8,4 @@ minor_release_name: "Soyeon" - "[Feature] Implemented scrobble reparsing from web interface" - "[Performance] Adjusted cache sizes" - "[Logging] Added cache memory use information" + - "[Technical] Bumped Python Version and various dependencies" diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index de1dcb1..56b763e 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.0.7" +VERSION = "3.1.0" HOMEPAGE = "https://github.com/krateng/maloja" diff --git a/pyproject.toml b/pyproject.toml index 54d2787..596ee4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "3.0.7" +version = "3.1.0" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.7"