From 28a53d70eb9b50fc125d5e0fcea0a4c965c14a93 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 4 Jul 2026 10:10:22 -0400 Subject: [PATCH] [release] Bump to version 59.1 - Fix bug when expansions have no image --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 4b96c0b..4d7ab14 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.1 [1/1] ** DONE Fix bug when expansions have no image :boardgames:bug: :PROPERTIES: :ID: 9fee96c9-c6a0-32d9-b6f8-212c60fc3540 :END: + * Version 59.0 [3/3] ** DONE [#A] Add BoardGameVariant model :boardgames: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index b2598d2..fbad29b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "59.0" +version = "59.1" description = "" authors = ["Colin Powell "]