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 6c000db commit 5dc8fdaCopy full SHA for 5dc8fda
pyalarmdotcomajax/__init__.py
@@ -45,7 +45,7 @@
45
ExtendedProperties,
46
)
47
48
-__version__ = "0.4.8-beta"
+__version__ = "0.4.8"
49
50
log = logging.getLogger(__name__)
51
requirements-dev.txt
@@ -7,3 +7,4 @@ beautifulsoup4 >= 4.10.0
7
aiohttp >= 3.8.1
8
python-dateutil >= 2.8.2
9
termcolor >= 1.1.0
10
+pylint >= 2.15.9
0 commit comments