File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 44name : Latest release
55
66env :
7- CACHE_VERSION : 8
7+ CACHE_VERSION : 10
88 DEFAULT_PYTHON : " 3.12"
99
1010# Only run on merges
Original file line number Diff line number Diff line change 44name : Latest commit
55
66env :
7- CACHE_VERSION : 9
7+ CACHE_VERSION : 11
88 DEFAULT_PYTHON : " 3.12"
99 PRE_COMMIT_HOME : ~/.cache/pre-commit
1010
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v0.36.0
3+ ## v0.36.1
44
55- New Feature: For Adam, implement limited access to the gateway-modes.
66- Refresh adam_plus_anna_new userdata and adapt.
7- - Bump actions and requirements to Python 3.12.
7+ - Bump actions and requirements to Python 3.12, where possible .
88- Ruff as per #470 (defaulting black and isort to ruff).
99- Modularize/split testing, including separation of code and data.
1010- Improve quality as indicated by SonarCloud.
1111
12+ ## v0.36.0 - retracted
13+
1214## v0.35.4
1315
1416- Remove support for Adam with fw 2.x and Anna with fw 3.x
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " plugwise"
7- version = " 0.36.0 "
7+ version = " 0.36.1 "
88license = {file = " LICENSE" }
99description = " Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
1010readme = " README.md"
@@ -14,6 +14,7 @@ classifiers = [
1414 " Intended Audience :: Developers" ,
1515 " License :: OSI Approved :: MIT License" ,
1616 " Operating System :: OS Independent" ,
17+ " Programming Language :: Python :: 3.11" ,
1718 " Programming Language :: Python :: 3.12" ,
1819 " Topic :: Home Automation" ,
1920]
@@ -24,7 +25,7 @@ maintainers = [
2425 { name = " bouwew" },
2526 { name = " CoMPaTech" }
2627]
27- requires-python = " >=3.12 .0"
28+ requires-python = " >=3.11 .0"
2829dependencies = [
2930 " aiohttp" ,
3031 " async_timeout" ,
You can’t perform that action at this time.
0 commit comments