From 6b2ef526c935cee7be6a7cf836260bcac0ddb50c Mon Sep 17 00:00:00 2001 From: magikh0e <35289504+magikh0e@users.noreply.github.com> Date: Fri, 5 Jun 2026 18:38:12 -1000 Subject: [PATCH] Release 0.5.0 Drop the .dev1 suffix in __init__.py and pyproject.toml and date the changelog for the device-remembering release. Tagging a v0.5.0 release then publishes it to PyPI via python-publish.yml. --- CHANGELOG.md | 2 +- drone_mobile/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4a903..ade1139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.5.0] - 2026-06-06 ### Added - **Device remembering** so accounts with MFA enabled are no longer forced back diff --git a/drone_mobile/__init__.py b/drone_mobile/__init__.py index 5549594..e87fb7e 100644 --- a/drone_mobile/__init__.py +++ b/drone_mobile/__init__.py @@ -5,7 +5,7 @@ Firstech/Compustar remote start systems. """ -__version__ = "0.5.0.dev1" +__version__ = "0.5.0" __author__ = "bjhiltbrand" from .client import DroneMobileClient diff --git a/pyproject.toml b/pyproject.toml index bb7ab14..180a11c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "drone_mobile" -version = "0.5.0.dev1" +version = "0.5.0" description = "Python wrapper for the DroneMobile API for Firstech/Compustar remote start systems." readme = "README.md" authors = [