From 36a1ee849579157f81d820e15838a2ac5561d018 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 17 Jul 2026 15:03:27 -0400 Subject: [PATCH] [release] Bump to version 61.1 - Add trend for fasting --- PROJECT.org | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index d845d94..54e1be5 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -600,8 +600,8 @@ The Edit log form should have from top to bottom: *** Description - -** TODO [#B] Add trend for fasting :food:fasting:trends: +* Version 61.1 [1/1] +** DONE [#B] Add trend for fasting :food:fasting:trends: :PROPERTIES: :ID: a290b64d-14ad-49c2-addc-0d149c0c38fc :END: @@ -620,6 +620,7 @@ setting so folks can turn it on or off, and if it's changed the next trend rebuild should consider that. + * Version 61.0 [3/3] ** DONE [#B] Try adding a nature app with Observations and Species :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 9b753ee..8568a9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "61.0" +version = "61.1" description = "" authors = ["Colin Powell "]