sessions / 04f9e00c9c75c2e921f1f857a1f969a4f20832f4

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

ignore whitespace

commit 04f9e00c9c75c2e921f1f857a1f969a4f20832f4Author: Colin Powell <colin@unbl.ink>Date:   Tue Jun 23 14:28:40 2026 -0400    [release] Bump to version 58.0        - Add scrobbling of Papers via webpages with doi.org links in themdiff --git a/PROJECT.org b/PROJECT.orgindex 3355447..79b160a 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/23] :vrobbler:project:personal:+* Backlog [0/22] :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@@ -604,10 +604,12 @@ 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 58.0 [1/1] ** DONE [#B] Add scrobbling of Papers via webpages with doi.org links in them :feature:papers: :PROPERTIES: :ID:       d30bb8aa-eefd-002c-38d5-3f2fcef345f2 :END:+ * Version 57.1 [1/1] ** DONE [#A] Write poetry lock file :bug:deps: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 162cfc3..977ad0e 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "57.1"+version = "58.0" description = "" authors = ["Colin Powell <colin@unbl.ink>"]