Skip to content

Commit edf0427

Browse files
authored
Update version in manifest.json (1.21.0) (#971)
1 parent d427b18 commit edf0427

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

custom_components/adaptive_lighting/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "calculated",
99
"issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues",
1010
"requirements": ["ulid-transform"],
11-
"version": "1.20.0"
11+
"version": "1.21.0"
1212
}

scripts/setup-devcontainer

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ fi
1010
pip install \
1111
colorlog==6.7.0 \
1212
pip>=21.0,<23.2 \
13-
ruff==0.0.265 \
14-
pre-commit
13+
ruff==0.0.265
1514

1615
./scripts/setup-dependencies
1716
./scripts/setup-symlinks

0 commit comments

Comments
 (0)