From 7af46cf518600bb5fbf97280c446224780d17637 Mon Sep 17 00:00:00 2001 From: Marc-Olivier Arsenault Date: Thu, 5 Sep 2024 01:25:48 +0000 Subject: [PATCH] 1.3.5 --- custom_components/moonraker/const.py | 2 +- custom_components/moonraker/manifest.json | 2 +- setup.cfg | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/moonraker/const.py b/custom_components/moonraker/const.py index 717294e..0b82726 100644 --- a/custom_components/moonraker/const.py +++ b/custom_components/moonraker/const.py @@ -7,7 +7,7 @@ # Base component constants DOMAIN = "moonraker" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "1.3.4" +VERSION = "1.3.5" MANIFACTURER = "@marcolivierarsenault" # Platforms diff --git a/custom_components/moonraker/manifest.json b/custom_components/moonraker/manifest.json index eb1adae..84c87d0 100755 --- a/custom_components/moonraker/manifest.json +++ b/custom_components/moonraker/manifest.json @@ -8,5 +8,5 @@ "issue_tracker": "https://github.com/marcolivierarsenault/moonraker-home-assistant/issues", "loggers": ["moonraker"], "requirements": ["moonraker-api==2.0.6"], - "version": "1.3.4" + "version": "1.3.5" } diff --git a/setup.cfg b/setup.cfg index e16d098..c5b297e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.4 +current_version = 1.3.5 commit = True tag = False message = {new_version} @@ -7,7 +7,7 @@ message = {new_version} [tool:pytest] testpaths = tests norecursedirs = .git -addopts = +addopts = --strict-markers --cov=custom_components asyncio_mode = auto