From 96d1d7ac6b72556f78276946145fdd8b497224ab Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 31 May 2026 23:17:52 -0400 Subject: [PATCH] [release] Bump to version 39.0 - Clean up org-mode tasks metadata - Actually push branches up and add a just command to do it - Try to fix deploy failing with bad release plan --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 7a437e8..d1212a5 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 [3/18] :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 @@ -480,6 +480,7 @@ whatever time KoReader reports, we need to know, given the date and the user profile's historic timezone, how many hours to adjust the KoReader time to get to GMT to save it in the database. +* Version 39.0 [3/3] ** DONE [#B] Clean up org-mode tasks metadata :bug:tasks:metadata: :PROPERTIES: :ID: 0c762d09-fc69-4e75-be40-7eaaf04f178e @@ -532,6 +533,7 @@ If the task is completed, don't touch it. :PROPERTIES: :ID: 63dc633c-4382-e6a5-e663-b01871ce86ce :END: + * Version 38.0 [38/38] ** DONE [#A] Fix release flow to be easier to trigger :pyproject:release:tooling: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index bbae5a0..b51481d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "38.0" +version = "39.0" description = "" authors = ["Colin Powell "]