From b541e1084d4023087ff19610415a92738630df65 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 6 Jun 2026 23:47:25 -0400 Subject: [PATCH] [release] Bump to version 47.1 - Untangle the sports migrations errors --- PROJECT.org | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 2afc78c..0eeaa82 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -86,7 +86,7 @@ fetching and simple saving. **** Bookmarklet *** Metadata sources **** Scraper -* Backlog [0/12] :vrobbler:project:personal: +* Backlog [0/13] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles: :PROPERTIES: :ID: 702462cf-d54b-48c6-8a7c-78b8de751deb @@ -512,6 +512,12 @@ epiodes up in three parts, while they were always broadcast three-in-one, and that's how IMDB lists them. Thus, the IMDB ID means nothing, and the videos end up unenriched. +* Version 47.1 [1/1] +** DONE [#A] Untangle the sports migrations errors :sports:bug:migrations: +:PROPERTIES: +:ID: 4d50ca2e-f45b-dde8-e3c9-cd84f353b349 +:END: + * Version 47.0 [1/1] ** DONE [#B] Change sports scrobbling a bit :feature:sports:scrobbles: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 861b02e..5b79f62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "47.0" +version = "47.1" description = "" authors = ["Colin Powell "]