From fe21894c5ecf3a53c9c5c00453abfc7f41c6a83e Mon Sep 17 00:00:00 2001 From: krateng Date: Tue, 19 Apr 2022 02:41:39 +0200 Subject: [PATCH] Version bump --- dev/releases/3.0.yml | 4 ++++ maloja/__pkginfo__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev/releases/3.0.yml b/dev/releases/3.0.yml index 4452a12..1c59d2d 100644 --- a/dev/releases/3.0.yml +++ b/dev/releases/3.0.yml @@ -28,3 +28,7 @@ minor_release_name: "Yeonhee" - "[Feature] Added better feedback to native API endpoints" - "[Bugfix] Fixed native API receiving superfluous keywords" - "[Bugfix] Fixed crash when importing scrobbles with artists with similar names" +3.0.5: + notes: + - "[Feature] Added notification system for web interface" + - "[Bugfix] Fixed crash when encountering error in Lastfm import" diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index 38f9714..ecf899c 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.4" +VERSION = "3.0.5" HOMEPAGE = "https://github.com/krateng/maloja" diff --git a/pyproject.toml b/pyproject.toml index 7696274..ea61747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "3.0.4" +version = "3.0.5" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.6"