sessions / e03cf6c9b1b89947ef4d600d5344892892cabed1

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

This commit has no recorded session.

diff

ignore whitespace

commit e03cf6c9b1b89947ef4d600d5344892892cabed1Author: Colin Powell <colin@unbl.ink>Date:   Wed Jun 17 17:09:30 2026 -0400    [release] Bump to version 54.4        - Remove all-time trends    - Add a trend around moodsdiff --git a/PROJECT.org b/PROJECT.orgindex 55b6e2f..3f6106b 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [2/22] :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,6 +590,7 @@ 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.4 [2/2] ** DONE [#A] Remove all-time trends :trends: :PROPERTIES: :ID:       53b231d1-7677-8cd3-1d88-dae110aba1e6@@ -603,6 +604,7 @@ All time trends take forever to calculate and don't provide too much data :PROPERTIES: :ID:       fba3f4ae-8f97-ee0b-e762-31630884518a :END:+ * Version 54.3 [1/1] ** DONE [#B] Fix bug in series metadata cleanup script :videos:metadta: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 24d39e0..7c27b6e 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "54.3"+version = "54.4" description = "" authors = ["Colin Powell <colin@unbl.ink>"]