diff --git a/PROJECT.org b/PROJECT.org index 5f43c2f..59aec56 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.3 [1/1] ** DONE [#B] Fix bug in series metadata cleanup script :videos:metadta: :PROPERTIES: :ID: 85448702-907c-5d63-f5af-7795661d7c46 :END: + * Version 54.2 [4/4] ** DONE [#B] Add script to clean up TV series metadata :videos:metadata: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 1f77001..24d39e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "54.2" +version = "54.3" description = "" authors = ["Colin Powell "]