[release] Bump to version 39.3
- Issue found when doing a release - Fix deploy actions running twice
This commit is contained in:
@ -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 [0/13] :vrobbler:project:personal:
|
* Backlog [-2/11] :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.3 [2/2]
|
||||||
** DONE [#A] Issue found when doing a release :bug:tooling:release:cicd:
|
** DONE [#A] Issue found when doing a release :bug:tooling:release:cicd:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: a8fc3ec9-74ec-4190-8ac2-62cd8a33e828
|
: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
|
We should do builds on each push and build and deploys only when a new tag is
|
||||||
detected.
|
detected.
|
||||||
|
|
||||||
|
|
||||||
* Version 39.2 [2/2]
|
* 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:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vrobbler"
|
name = "vrobbler"
|
||||||
version = "39.2"
|
version = "39.3"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user