We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80041b9 commit 2c30e04Copy full SHA for 2c30e04
zigpy_deconz/__init__.py
@@ -2,7 +2,7 @@
2
3
# coding: utf-8
4
MAJOR_VERSION = 0
5
-MINOR_VERSION = 20
6
-PATCH_VERSION = "0.dev0"
+MINOR_VERSION = 19
+PATCH_VERSION = "2"
7
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
8
__version__ = f"{__short_version__}.{PATCH_VERSION}"
0 commit comments