From 62abc319303a6cb6463f7c27b6ef09b76fc67f86 Mon Sep 17 00:00:00 2001 From: krateng Date: Mon, 25 Apr 2022 03:37:12 +0200 Subject: [PATCH] Version bump --- dev/releases/3.0.yml | 6 ++++++ dev/releases/branch.yml | 4 +--- maloja/__pkginfo__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dev/releases/3.0.yml b/dev/releases/3.0.yml index 6a52c9d..9404100 100644 --- a/dev/releases/3.0.yml +++ b/dev/releases/3.0.yml @@ -42,3 +42,9 @@ minor_release_name: "Yeonhee" - "[Bugfix] Fixed importing a Spotify file without path" - "[Bugfix] No longer releasing database lock during scrobble creation" - "[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" diff --git a/dev/releases/branch.yml b/dev/releases/branch.yml index f408e30..8b13789 100644 --- a/dev/releases/branch.yml +++ b/dev/releases/branch.yml @@ -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" + diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index 44acbe8..de1dcb1 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.6" +VERSION = "3.0.7" HOMEPAGE = "https://github.com/krateng/maloja" diff --git a/pyproject.toml b/pyproject.toml index aa20899..fa9c34e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "3.0.6" +version = "3.0.7" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.6"