From a6ef34623e72506b0cc6f758d1f63732c314f2a1 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 3 Jun 2026 16:13:54 -0400 Subject: [PATCH] [release] Bump to version 40.1 - Releases are still broken - Fix bug on chart pages where trail titles missing --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 180d4f3..69c9931 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -93,7 +93,7 @@ fetching and simple saving. :LOGBOOK: CLOCK: [2025-07-09 Wed 09:55]--[2025-07-09 Wed 10:15] => 0:20 :END: -* Backlog [2/17] :vrobbler:project:personal: +* Backlog [0/15] :vrobbler:project:personal: ** TODO [#C] Add sentiment parsing for Scrobbles with notes :vrobbler:project:scrobbles:sentiment: :PROPERTIES: :ID: 37781d6a-f3b0-48b2-bf98-33c2c791cf85 @@ -516,6 +516,7 @@ Currently when we import a scale CSV row and create data, the title is left blank which makes it look funny in a list view. Let's save the weight as the title of the Weigh-in task. +* Version 40.1 [2/2] ** DONE [#A] Releases are still broken :bug:releases:tooling: :PROPERTIES: :ID: bca37a18-afa2-4ddd-a11b-ef0555f38bc9 @@ -537,6 +538,7 @@ We need to address the way the commit ends up stashed in the codebase. When trails are rendered on the chart views, there are no titles, which means we don't see anything except the ranking number. + * Version 40.0 [2/2] ** DONE [#A] Fix error in org-mode task sync :emacs:orgmode:tasks:bug: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index c961566..7af62ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "40.0" +version = "40.1" description = "" authors = ["Colin Powell "]