sessions / 2c481bd53a187c7601a0de0334ff33e1db941a24

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

This commit has no recorded session.

diff

ignore whitespace

commit 2c481bd53a187c7601a0de0334ff33e1db941a24Author: Colin Powell <colin@unbl.ink>Date:   Sat Jul 4 10:18:42 2026 -0400    [release] Bump to version 59.2        - Fix test failure in discgolf appdiff --git a/PROJECT.org b/PROJECT.orgindex cbbf377..e2a1e43 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/25] :vrobbler:project:personal:+* Backlog [0/24] :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:@@ -619,10 +619,12 @@ The Edit log form should have from top to bottom:   - Expansion ids (which should a multi-select widget of expansions for this game)   - Location (which should be a drop down of BoardGameLocations for this user) +* Version 59.2 [1/1] ** DONE Fix test failure in discgolf app :discgolf:tests: :PROPERTIES: :ID:       813ae357-0568-5a4c-1a35-172e95d02740 :END:+ * Version 59.1 [1/1] ** DONE Fix bug when expansions have no image :boardgames:bug: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex fbad29b..f89b8aa 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "59.1"+version = "59.2" description = "" authors = ["Colin Powell <colin@unbl.ink>"]