[release] Bump to version 39.2
Some checks failed
build & deploy / test (push) Successful in 1m59s
build & deploy / build-and-deploy (push) Failing after 24s

- Releases do not pin commit to the repo for display
- Fix the way timestamps are stored for notes on tasks
This commit is contained in:
2026-06-01 10:11:02 -04:00
parent 1bd9f0d942
commit 0b8e027c30
2 changed files with 4 additions and 2 deletions

View File

@ -93,7 +93,7 @@ fetching and simple saving.
:LOGBOOK: :LOGBOOK:
CLOCK: [2025-07-09 Wed 09:55]--[2025-07-09 Wed 10:15] => 0:20 CLOCK: [2025-07-09 Wed 09:55]--[2025-07-09 Wed 10:15] => 0:20
:END: :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: ** TODO [#C] Add sentiment parsing for Scrobbles with notes :vrobbler:project:scrobbles:sentiment:
:PROPERTIES: :PROPERTIES:
:ID: 37781d6a-f3b0-48b2-bf98-33c2c791cf85 :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 profile's historic timezone, how many hours to adjust the KoReader time to get
to GMT to save it in the database. 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: ** DONE [#B] Releases do not pin commit to the repo for display :bug:tooling:releases:
:PROPERTIES: :PROPERTIES:
:ID: 2a9f2ff5-2642-47ab-ba1d-e41825411713 :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" Format should be: "%Y-%m-%dT%H:%M:%S.%fZ"
* Version 39.1 [1/1] * Version 39.1 [1/1]
** DONE [#A] Fix bug in tests for notes saving :bug:scrobbles:forms: ** DONE [#A] Fix bug in tests for notes saving :bug:scrobbles:forms:
:PROPERTIES: :PROPERTIES:

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "vrobbler" name = "vrobbler"
version = "39.1" version = "39.2"
description = "" description = ""
authors = ["Colin Powell <colin@unbl.ink>"] authors = ["Colin Powell <colin@unbl.ink>"]