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 "]