From 0f1882b21ffa9ae008b26f21a86e2fe9a7f933f2 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 17 Jun 2026 21:46:21 -0400 Subject: [PATCH] [release] Bump to version 54.5 - Fix bug in generating mood trends --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index c01b716..fada774 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.5 [1/1] ** DONE Fix bug in generating mood trends :trends: :PROPERTIES: :ID: 8e75abfa-8e70-d85b-00a4-a4813bbce879 :END: + * Version 54.4 [2/2] ** DONE [#A] Remove all-time trends :trends: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 7c27b6e..4a9cf84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "54.4" +version = "54.5" description = "" authors = ["Colin Powell "]