From 21979f460357245d1eaa27de6d2467436dcb218a Mon Sep 17 00:00:00 2001 From: firstmate crewmate Date: Mon, 13 Jul 2026 09:11:09 +1000 Subject: [PATCH 1/2] chore: bump version to 1.7.3 --- pyproject.toml | 2 +- tesla_fleet_api/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 725c679..6bc99b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"] [project] name = "tesla_fleet_api" -version = "1.7.2" +version = "1.7.3" license = "Apache-2.0" description = "Tesla Fleet API library for Python" readme = "README.md" diff --git a/tesla_fleet_api/__init__.py b/tesla_fleet_api/__init__.py index cd9207e..e6a1182 100644 --- a/tesla_fleet_api/__init__.py +++ b/tesla_fleet_api/__init__.py @@ -1,7 +1,7 @@ """Tesla Fleet API""" __author__ = "hello@teslemetry.com" -__version__ = "1.7.2" +__version__ = "1.7.3" from tesla_fleet_api.const import Region, is_valid_region from tesla_fleet_api.tesla.bluetooth import TeslaBluetooth From c8554c1dca8c9a54cad26946f5b1656f90866a20 Mon Sep 17 00:00:00 2001 From: firstmate crewmate Date: Mon, 13 Jul 2026 09:13:04 +1000 Subject: [PATCH 2/2] no-mistakes(review): Sync release metadata to 1.7.3 --- tesla_fleet_api.egg-info/PKG-INFO | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tesla_fleet_api.egg-info/PKG-INFO b/tesla_fleet_api.egg-info/PKG-INFO index 1c0a0e4..3475866 100644 --- a/tesla_fleet_api.egg-info/PKG-INFO +++ b/tesla_fleet_api.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: tesla_fleet_api -Version: 1.7.2 +Version: 1.7.3 Summary: Tesla Fleet API library for Python Author-email: Brett Adams License-Expression: Apache-2.0 diff --git a/uv.lock b/uv.lock index 11bef08..8ad292a 100644 --- a/uv.lock +++ b/uv.lock @@ -728,7 +728,7 @@ wheels = [ [[package]] name = "tesla-fleet-api" -version = "1.7.2" +version = "1.7.3" source = { editable = "." } dependencies = [ { name = "aiofiles" },