diff --git a/PROJECT.org b/PROJECT.org index 05e2e95..e2aa0b4 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [3/26] :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: @@ -602,6 +602,7 @@ The Edit log form should have from top to bottom: +* Version 61.0 [3/3] ** DONE [#B] Try adding a nature app with Observations and Species :PROPERTIES: :ID: 9551cf06-02b7-1bc9-3600-b0407ecc5967 @@ -636,6 +637,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 60.2 [1/1] ** DONE Use FastCork to lookup wine data :drinks:wine:metadata: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 7823be2..9b753ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "60.2" +version = "61.0" description = "" authors = ["Colin Powell "]