diff --git a/PROJECT.org b/PROJECT.org index 3a68da9..cf0f7c5 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 [0/13] :vrobbler:project:personal: +* Backlog [-2/11] :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.3 [2/2] ** DONE [#A] Issue found when doing a release :bug:tooling:release:cicd: :PROPERTIES: :ID: a8fc3ec9-74ec-4190-8ac2-62cd8a33e828 @@ -521,6 +522,7 @@ and once on tag push. We should do builds on each push and build and deploys only when a new tag is detected. + * Version 39.2 [2/2] ** DONE [#B] Releases do not pin commit to the repo for display :bug:tooling:releases: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 29af041..4c1a31f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "39.2" +version = "39.3" description = "" authors = ["Colin Powell "]