Browse Source

Change versioning logic.

I wanted to do this when reaching a "1.0" release.  But there is always cleanup
needed, moreso now that the number of supported devices has grown to almost 200
and the original approach of unit testing is not scaling.  The 0.21.0 release
was marked as 2022.12.0 on github, so the transition has begun.
Jason Rumney 3 years ago
parent
commit
c1bf270045
1 changed files with 1 additions and 1 deletions
  1. 1 1
      custom_components/tuya_local/manifest.json

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -3,7 +3,7 @@
     "iot_class": "local_polling",
     "iot_class": "local_polling",
     "integration_type": "device",
     "integration_type": "device",
     "name": "Tuya Local",
     "name": "Tuya Local",
-    "version": "0.21.0",
+    "version": "2022.12.1",
     "documentation": "https://github.com/make-all/tuya-local",
     "documentation": "https://github.com/make-all/tuya-local",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "issue_tracker": "https://github.com/make-all/tuya-local/issues",
     "dependencies": [],
     "dependencies": [],