diff --git a/PROJECT.org b/PROJECT.org index 64d39fa..fff7acf 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -698,6 +698,16 @@ The Edit log form should have from top to bottom: *** Description ** TODO [#A] Add trends tests for concurrent trends :trends:tests:concurrent: +* Version 63.1 [2/2] +** DONE [#A] Fix agent scrobble bug with duration :scrobbles:agents: +:PROPERTIES: +:ID: 84704fe9-57bf-f02d-b483-5177d2930662 +:END: +** DONE [#A] Swap around AI API key for Google so Youtube still works :bug:agents: +:PROPERTIES: +:ID: e3fc73ee-d310-b2e6-e0f1-36e92cbf94c3 +:END: + * Version 63.0 [3/3] ** DONE [#A] Add agent-session scrobbling :scrobbles:agents: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 7279915..627467d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "63.0" +version = "63.1" description = "" authors = ["Colin Powell "]