Parcourir la source

Prepare for next major release.

New versions of dependencies are released, and enhancements have backed up in the issue queue so make next release a major one.
Jason Rumney il y a 3 ans
Parent
commit
88811279aa

+ 2 - 2
custom_components/tuya_local/manifest.json

@@ -2,11 +2,11 @@
     "domain": "tuya_local",
     "iot_class": "local_polling",
     "name": "Tuya Local",
-    "version": "0.17.1",
+    "version": "0.18.0",
     "documentation": "https://github.com/make-all/tuya-local",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],
     "codeowners": ["@make-all"],
-    "requirements": ["pycryptodome~=3.14.1","tinytuya~=1.6.0"],
+    "requirements": ["pycryptodome~=3.15.0","tinytuya~=1.6.1"],
     "config_flow": true
 }

+ 1 - 1
requirements-dev.txt

@@ -5,4 +5,4 @@ pytest
 pytest-asyncio
 pytest-cov
 pycryptodome~=3.15.0
-tinytuya~=1.6.0
+tinytuya~=1.6.1

+ 1 - 1
requirements-first.txt

@@ -1 +1 @@
-pycryptodome~=3.14.1
+pycryptodome~=3.15.0

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
 pycryptodome~=3.15.0
-tinytuya~=1.6.0
+tinytuya~=1.6.1