From f3a04c79b1c37597cdf3cafcd95e3c923cd6a53f Mon Sep 17 00:00:00 2001 From: krateng Date: Sat, 7 May 2022 15:24:19 +0200 Subject: [PATCH] Version bump --- dev/releases/3.1.yml | 4 ++++ maloja/__pkginfo__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev/releases/3.1.yml b/dev/releases/3.1.yml index 4181f64..03f9bd1 100644 --- a/dev/releases/3.1.yml +++ b/dev/releases/3.1.yml @@ -22,3 +22,7 @@ minor_release_name: "Soyeon" - "[Feature] Added API debug mode" - "[Bugfix] Fixed leftover whitespaces when parsing titles" - "[Bugfix] Fixed handling of fallthrough values in config file" +3.1.3: + notes: + - "[Bugfix] Fixed infinite recursion with capitalized featuring delimiters" + - "[Bugfix] Fixed favicon display" diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index 7a3ad98..279d8c7 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.2" +VERSION = "3.1.3" HOMEPAGE = "https://github.com/krateng/maloja" diff --git a/pyproject.toml b/pyproject.toml index de31219..3d832f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "3.1.2" +version = "3.1.3" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.7"