From 817341e1eeeca347d29211019547ed2a000e7bfd Mon Sep 17 00:00:00 2001 From: Elias Sturim Date: Thu, 9 Jul 2026 08:12:24 -0400 Subject: [PATCH] Bump version to 1.7.19 Ships the raw Wi-Fi record parser from #46 (thanks @gwgr) so headless setups recover weight-only measurements before the phone app is opened. Co-Authored-By: Claude Fable 5 --- eufy_sync/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eufy_sync/__init__.py b/eufy_sync/__init__.py index 5d64391..d5281e4 100644 --- a/eufy_sync/__init__.py +++ b/eufy_sync/__init__.py @@ -1,6 +1,6 @@ """Sync Eufy smart scale body composition data to Garmin Connect and Strava.""" -__version__ = "1.7.18" +__version__ = "1.7.19" # Public API for programmatic use from eufy_sync.garmin_auth import GarminAuth diff --git a/pyproject.toml b/pyproject.toml index 753b972..bceb3a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "eufy-sync" -version = "1.7.18" +version = "1.7.19" description = "Sync Eufy smart scale body composition data to Garmin Connect and Strava" readme = "README.md" license = "MIT"