From 2385e9c7bd4f5915c773d33e89ee34ece32be721 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 4 Jul 2026 11:41:49 -0400 Subject: [PATCH] [release] Bump to version 59.3 - Exclude some board games from auto-expansion imports - Should be able to add new variants to board games via the log data form --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 99d908c..ce714a1 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [2/28] :vrobbler:project:personal: +* Backlog [0/26] :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: @@ -647,6 +647,7 @@ boardgamegeek.exceptions.BGGApiError: invalid data for game id: 242117 :ID: 7214b270-dccc-4b98-ac58-ff4f76c8cda9 :END: +* Version 59.3 [2/2] ** DONE Exclude some board games from auto-expansion imports :boardgames: :PROPERTIES: :ID: 51ffdf20-e732-4774-b781-c3501d26d46f @@ -663,6 +664,7 @@ any games with "Collectible Card Games" in it's family. :PROPERTIES: :ID: 5ed0dd25-3026-3da8-dc5c-f2a75751af9a :END: + * Version 59.2 [1/1] ** DONE Fix test failure in discgolf app :discgolf:tests: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index f89b8aa..91af132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "59.2" +version = "59.3" description = "" authors = ["Colin Powell "]