diff --git a/PROJECT.org b/PROJECT.org index b195c6c..be4f545 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/15] :vrobbler:project:personal: +* Backlog [0/13] :vrobbler:project:personal: ** TODO [#C] Add sentiment parsing for Scrobbles with notes :vrobbler:project:scrobbles:sentiment: :PROPERTIES: :ID: 37781d6a-f3b0-48b2-bf98-33c2c791cf85 @@ -489,6 +489,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.2 [2/2] ** DONE [#B] Releases do not pin commit to the repo for display :bug:tooling:releases: :PROPERTIES: :ID: 2a9f2ff5-2642-47ab-ba1d-e41825411713 @@ -516,6 +517,7 @@ adapt that for use from org-mode as well. Format should be: "%Y-%m-%dT%H:%M:%S.%fZ" + * Version 39.1 [1/1] ** DONE [#A] Fix bug in tests for notes saving :bug:scrobbles:forms: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 8a6039c..29af041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "39.1" +version = "39.2" description = "" authors = ["Colin Powell "]