sessions / 407d570c825f3089cc5dc9b0a5b5030dde6dae1c

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

This commit has no recorded session.

diff

ignore whitespace

commit 407d570c825f3089cc5dc9b0a5b5030dde6dae1cAuthor: Colin Powell <colin@unbl.ink>Date:   Fri Jun 19 13:41:23 2026 -0400    [release] Bump to version 55.4        - Tighten up the speed of startup and first requestdiff --git a/PROJECT.org b/PROJECT.orgindex 4b88d1d..ee3a41b 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [0/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,11 +604,13 @@ independent of the email flow it was originally creatdd for  ** TODO [#B] Is there way to create unique slugs for media instances :media_types: -** STRT [#A] Tighten up the speed of startup and first request :perf:+* Version 55.4 [1/1]+** DONE [#A] Tighten up the speed of startup and first request :perf: :PROPERTIES: :ID:       9ee8834c-6be2-d04b-df6d-56375504083f :END: + * Version 55.3 [3/3] ** DONE [#C] =alt_names= feature for artists (commented out / dead code) :music:dead-code: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 430e590..9e5d18e 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "55.3"+version = "55.4" description = "" authors = ["Colin Powell <colin@unbl.ink>"]