sessions / 17a7bb52fa47c67ee2b184bee111b7972d687e12

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

This commit has no recorded session.

diff

ignore whitespace

commit 17a7bb52fa47c67ee2b184bee111b7972d687e12Author: Colin Powell <colin@unbl.ink>Date:   Tue Jun 9 12:37:40 2026 -0400    [release] Bump to version 48.3        - Fix bug in missing sqids depdiff --git a/PROJECT.org b/PROJECT.orgindex 4dee138..6eab67d 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/15] :vrobbler:project:personal:+* Backlog [0/14] :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@@ -535,10 +535,12 @@ to go try to enrich the media instance.  Should this enrichment fail, tag the sc log a warning and move on.           +* Version 48.3 [1/1] ** DONE [#A] Fix bug in missing sqids dep :dependencies:project: :PROPERTIES: :ID:       0b619837-729a-cd74-7a97-6fa2a148b27d :END:+ * Version 48.2 [1/1] ** DONE [#A] Lock down scrobbles and use sqids to share them :feature:sharing:scrobbles: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 85a0780..4d205b4 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "48.2"+version = "48.3" description = "" authors = ["Colin Powell <colin@unbl.ink>"]