sessions / 8cc559752bee6aada5dba14d1907ed10b2df8343

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

show whitespace

commit 8cc559752bee6aada5dba14d1907ed10b2df8343Author: Colin Powell <colin@unbl.ink>Date:   Fri Jun 19 14:06:10 2026 -0400    [release] Bump to version 55.5        - Fix bug in lastfm import for new usersdiff --git a/PROJECT.org b/PROJECT.orgindex d99bbe0..31da258 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.5 [1/1] ** DONE [#B] Fix bug in lastfm import for new users :importers:lastfm:music: :PROPERTIES: :ID:       d034966d-0c7f-e512-4cf8-7329c9026b6f :END:+ * Version 55.4 [1/1] ** DONE [#A] Tighten up the speed of startup and first request :perf: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 9e5d18e..1ede2e9 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "55.4"+version = "55.5" description = "" authors = ["Colin Powell <colin@unbl.ink>"]