From bb63e529e7b8c754f153c658a24fb3c5a179e541 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 19 Jul 2026 13:52:46 -0400 Subject: [PATCH] [release] Bump to version 61.3 - Add trends tests and fix fasting --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index a1370e6..9ccade4 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: @@ -601,10 +601,12 @@ The Edit log form should have from top to bottom: *** Description ** TODO [#A] Add trends tests for concurrent trends :trends:tests:concurrent: +* Version 61.3 [1/1] ** DONE [#A] Add trends tests and fix fasting :trends:tests:fasting: :PROPERTIES: :ID: 70c20539-110e-d4f4-30bd-e245152459c2 :END: + * Version 61.2 [1/1] ** DONE Fix bug in trends and add liquid fasting :food:fasting:trends: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 7697ff9..e81d0d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "61.2" +version = "61.3" description = "" authors = ["Colin Powell "]