diff --git a/PROJECT.org b/PROJECT.org index 69c9931..cf9671d 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -516,6 +516,12 @@ Currently when we import a scale CSV row and create data, the title is left blank which makes it look funny in a list view. Let's save the weight as the title of the Weigh-in task. +* Version 40.2 [1/1] +** DONE [#A] Try fixing deploy bugs again :tooling:releases:bug: +:PROPERTIES: +:ID: 15894943-be1d-200f-8400-a136770ad9d2 +:END: + * Version 40.1 [2/2] ** DONE [#A] Releases are still broken :bug:releases:tooling: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 7af62ea..33777dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "40.1" +version = "40.2" description = "" authors = ["Colin Powell "]