From 957c32e3a7ae0c84601bd9f5ae2187c2e378ab79 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 31 May 2026 23:25:34 -0400 Subject: [PATCH] [release] Bump to version 39.1 - Fix bug in tests for notes saving --- PROJECT.org | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/PROJECT.org b/PROJECT.org index d1212a5..ab11487 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -480,6 +480,12 @@ 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.1 [1/1] +** DONE [#A] Fix bug in tests for notes saving :bug:scrobbles:forms: +:PROPERTIES: +:ID: 68a011b2-bb6f-3ba8-2312-5947c41db9ac +:END: + * Version 39.0 [3/3] ** DONE [#B] Clean up org-mode tasks metadata :bug:tasks:metadata: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index b51481d..8a6039c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "39.0" +version = "39.1" description = "" authors = ["Colin Powell "]