Skip to content

Commit 3db0b80

Browse files
committed
Release v0.4.0
Skipped 0.3.0 to sync with pymitsubishi
1 parent 1740243 commit 3db0b80

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

custom_components/mitsubishi/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"requirements": [
1616
"pymitsubishi==0.4.0"
1717
],
18-
"version": "0.2.0"
18+
"version": "0.4.0"
1919
}

deploy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ try:
240240
has_pymitsubishi = any('pymitsubishi' in req.lower() for req in requirements)
241241
242242
if not has_pymitsubishi:
243-
requirements.append('pymitsubishi>=0.2.0')
243+
requirements.append('pymitsubishi>=0.4.0')
244244
manifest['requirements'] = requirements
245-
print(" Added pymitsubishi>=0.2.0 to requirements")
245+
print(" Added pymitsubishi>=0.4.0 to requirements")
246246
247247
# Remove dev mode marker if present
248248
if '_dev_mode' in manifest:
@@ -330,7 +330,7 @@ if [ "$MODE" = "dev" ]; then
330330
echo -e "${MAGENTA}Using bundled pymitsubishi library from: $PYMITSUBISHI_PATH${NC}"
331331
else
332332
echo -e "${GREEN}=== PRODUCTION Build Complete ===${NC}"
333-
echo -e "${BLUE}Using PyPI pymitsubishi (version >=0.2.0)${NC}"
333+
echo -e "${BLUE}Using PyPI pymitsubishi (version >=0.4.0)${NC}"
334334
fi
335335

336336
if [ "$SKIP_DEPLOY" = false ]; then

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Main dependency
2-
pymitsubishi>=0.2.0
2+
pymitsubishi>=0.4.0
33

44
# Development dependencies
55
ruff

0 commit comments

Comments
 (0)