From 45610602b21a4f6afebf48fefd0bad61c8e327b1 Mon Sep 17 00:00:00 2001 From: Brett Adams Date: Sun, 23 Aug 2026 11:26:53 +1000 Subject: [PATCH] Bump version to 1.11.0 --- pyproject.toml | 2 +- tesla_fleet_api/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a7a5a8..4160c47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"] [project] name = "tesla_fleet_api" -version = "1.10.1" +version = "1.11.0" 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 3d5d0df..bd146c8 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.10.1" +__version__ = "1.11.0" from tesla_fleet_api.const import Region, is_valid_region from tesla_fleet_api.funnel import ( diff --git a/uv.lock b/uv.lock index bc12d3d..5bf9e25 100644 --- a/uv.lock +++ b/uv.lock @@ -740,7 +740,7 @@ wheels = [ [[package]] name = "tesla-fleet-api" -version = "1.10.1" +version = "1.11.0" source = { editable = "." } dependencies = [ { name = "aiofiles" },