sessions / ea7b0946bb43d9f91804ef76ccdbc09de15ad3ec

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

This commit has no recorded session.

diff

ignore whitespace

commit ea7b0946bb43d9f91804ef76ccdbc09de15ad3ecAuthor: Colin Powell <colin@unbl.ink>Date:   Tue Jun 16 11:31:14 2026 -0400    [release] Bump to version 53.1        - Error with loading logdictdiff --git a/PROJECT.org b/PROJECT.orgindex 7f23fe8..e3ed60c 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/20] :vrobbler:project:personal:+* Backlog [0/19] :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@@ -578,11 +578,13 @@ named constants for maintainability.   - ~vrobbler/apps/webpages/models.py~ (line 290) -- ="url"=   - ~vrobbler/apps/scrobbles/importers/tsv.py~ (line 55) -- ="S"= completion status +* Version 53.1 [1/1] ** DONE [#A] Error with loading logdict :scrobbles:bug:logdata: :PROPERTIES: :ID:       92d4fa16-4b90-47e0-95ae-472bdca582ce :END: + * Version 53.0 [5/5] ** DONE [#B] Add a /trends/ page that shows trends based on scrobble data :feature:trends:scrobbles: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 0b06a9f..0fd0a7d 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "53.0"+version = "53.1" description = "" authors = ["Colin Powell <colin@unbl.ink>"]