sessions / f0d69cdac0f49efc27b9fcbbd912b3adba4a45be

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

This commit has no recorded session.

diff

show whitespace

commit f0d69cdac0f49efc27b9fcbbd912b3adba4a45beAuthor: Colin Powell <colin@unbl.ink>Date:   Fri Jul 17 15:35:57 2026 -0400    [release] Bump to version 61.2        - Fix bug in trends and add liquid fastingdiff --git a/PROJECT.org b/PROJECT.orgindex 8dd67fc..8b7e716 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/24] :vrobbler:project:personal:+* Backlog [0/23] :vrobbler:project:personal: ** TODO [#C] After transition to linux add curl_cffi as webpage scrapper again :webpages:metadata: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES:@@ -600,10 +600,12 @@ The Edit log form should have from top to bottom:  *** Description +* Version 61.2 [1/1] ** DONE Fix bug in trends and add liquid fasting :food:fasting:trends: :PROPERTIES: :ID:       4736676e-95b0-cb4c-0eaa-c151f3753cd0 :END:+ * Version 61.1 [1/1] ** DONE [#B] Add trend for fasting :food:fasting:trends: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 8568a9a..7697ff9 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "61.1"+version = "61.2" description = "" authors = ["Colin Powell <colin@unbl.ink>"]