From ef06f2262205c903e7c3060e2d2d52397f8ffc9d Mon Sep 17 00:00:00 2001 From: krateng Date: Fri, 7 Oct 2022 17:38:12 +0200 Subject: [PATCH] Version bump --- dev/releases/3.1.yml | 2 ++ maloja/__pkginfo__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev/releases/3.1.yml b/dev/releases/3.1.yml index fc63cdf..f2cc03d 100644 --- a/dev/releases/3.1.yml +++ b/dev/releases/3.1.yml @@ -30,3 +30,5 @@ minor_release_name: "Soyeon" 3.1.4: notes: - "[Feature] Expanded information saved from Listenbrainz API" + - "[Feature] Added import for Listenbrainz exports" + - "[Bugfix] Sanitized artists and tracks with html-like structure" diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index 279d8c7..523a117 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.3" +VERSION = "3.1.4" HOMEPAGE = "https://github.com/krateng/maloja" diff --git a/pyproject.toml b/pyproject.toml index 3d832f8..a1092bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "3.1.3" +version = "3.1.4" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.7"