diff --git a/PROJECT.org b/PROJECT.org index f2b9700..18b9599 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/25] :vrobbler:project:personal: +* Backlog [0/24] :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.4 [1/1] ** DONE [#B] Add 7-day period for trends :trends: :PROPERTIES: :ID: 95731744-b0ec-175e-88dc-822cf9110292 :END: + * Version 61.3 [1/1] ** DONE [#A] Add trends tests and fix fasting :trends:tests:fasting: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index e81d0d0..fb5c15d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "61.3" +version = "61.4" description = "" authors = ["Colin Powell "]