sessions / 9e3288a5ffd80a475617ecbd52c82cb680b5e7a7

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

This commit has no recorded session.

diff

ignore whitespace

commit 9e3288a5ffd80a475617ecbd52c82cb680b5e7a7Author: Colin Powell <colin@unbl.ink>Date:   Wed Jun 17 09:21:20 2026 -0400    [release] Bump to version 54.1        - Concurrent listening trend is inefficient and should be disableddiff --git a/PROJECT.org b/PROJECT.orgindex 5e2cf16..409424f 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/21] :vrobbler:project:personal:+* Backlog [0/20] :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@@ -590,10 +590,12 @@ We should rename `email_scrobble_board_game` to reflect the fact that it's just a helper method to create board game scrobbles given a json blob. It's independent of the email flow it was originally creatdd for +* Version 54.1 [1/1] ** DONE [#A] Concurrent listening trend is inefficient and should be disabled :trends:scrobbles: :PROPERTIES: :ID:       4aa3b719-6b22-cae9-85f0-fac67b4fc753 :END:+ * Version 54.0 [3/3] ** DONE [#B] Add peak hour, weekly rhythm and activity dist trends :trends:scrobbles: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex f3d51e4..af62547 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "54.0"+version = "54.1" description = "" authors = ["Colin Powell <colin@unbl.ink>"]