From 4f189b4d6618c4ddb239a2daf28b7a08e3b5f022 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 20 Jun 2026 01:10:53 -0400 Subject: [PATCH] [release] Bump to version 56.2 - Fix bug in creating people when importing course plays --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 0834e9b..ec83cdd 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 56.2 [1/1] ** DONE [#A] Fix bug in creating people when importing course plays :discgolf:bug: :PROPERTIES: :ID: 255e9886-098b-39ae-1077-25e43223660e :END: + * Version 56.1 [1/1] ** DONE [#A] Add tests to discgolf app :discgolf:tests: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 5db7d60..8cd15b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "56.1" +version = "56.2" description = "" authors = ["Colin Powell "]