diff --git a/PROJECT.org b/PROJECT.org index 4dee138..6eab67d 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/15] :vrobbler:project:personal: +* Backlog [0/14] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles: :PROPERTIES: :ID: 702462cf-d54b-48c6-8a7c-78b8de751deb @@ -535,10 +535,12 @@ to go try to enrich the media instance. Should this enrichment fail, tag the sc log a warning and move on. +* Version 48.3 [1/1] ** DONE [#A] Fix bug in missing sqids dep :dependencies:project: :PROPERTIES: :ID: 0b619837-729a-cd74-7a97-6fa2a148b27d :END: + * Version 48.2 [1/1] ** DONE [#A] Lock down scrobbles and use sqids to share them :feature:sharing:scrobbles: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 85a0780..4d205b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "48.2" +version = "48.3" description = "" authors = ["Colin Powell "]