Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolivierarsenault committed Sep 5, 2024
1 parent d342764 commit 7af46cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/moonraker/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion custom_components/moonraker/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[bumpversion]
current_version = 1.3.4
current_version = 1.3.5
commit = True
tag = False
message = {new_version}

[tool:pytest]
testpaths = tests
norecursedirs = .git
addopts =
addopts =
--strict-markers
--cov=custom_components
asyncio_mode = auto
Expand Down

0 comments on commit 7af46cf

Please sign in to comment.