diff --git a/PROJECT.org b/PROJECT.org index 61015e7..df0451c 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/22] :vrobbler:project:personal: +* Backlog [0/21] :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 @@ -591,10 +591,12 @@ a helper method to create board game scrobbles given a json blob. It's independent of the email flow it was originally creatdd for ** TODO [#B] Is there way to create unique slugs for media instances :media_types: +* Version 55.1 [1/1] ** DONE [#A] Clean up metadata scrapping for video games :metadata:videogames: :PROPERTIES: :ID: fbc421b5-21a3-4aed-9062-c59192ead065 :END: + * Version 55.0 [3/3] ** DONE [#B] Use pk ID for scrobble detail view, not uuid :scrobbles: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index bd46ee7..262b12a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "55.0" +version = "55.1" description = "" authors = ["Colin Powell "]