From 31888a85cbf5a0147a9b738caedda6114030d0a6 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 19 Jun 2026 14:12:44 -0400 Subject: [PATCH] [release] Bump to version 55.6 - Figure out why historical Lastfm imports don't work --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 6e968cf..521c118 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/23] :vrobbler:project:personal: +* Backlog [0/22] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES: :ID: 702462cf-d54b-48c6-8a7c-78b8de751deb @@ -604,10 +604,12 @@ independent of the email flow it was originally creatdd for ** TODO [#B] Is there way to create unique slugs for media instances :media_types: +* Version 55.6 [1/1] ** DONE [#A] Figure out why historical Lastfm imports don't work :importers:lastfm:music: :PROPERTIES: :ID: 71b18c1b-de96-6d93-20fa-de2ec0df1288 :END: + * Version 55.5 [1/1] ** DONE [#B] Fix bug in lastfm import for new users :importers:lastfm:music: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 1ede2e9..0114323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "55.5" +version = "55.6" description = "" authors = ["Colin Powell "]