We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4da38fe + faac4c8 commit a29b78cCopy full SHA for a29b78c
.github/workflows/name: pre-commit.yml
pyadtpulse/const.py
@@ -1,6 +1,6 @@
1
"""Constants for pyadtpulse."""
2
3
-__version__ = "1.2.9"
+__version__ = "1.2.11"
4
5
DEFAULT_API_HOST = "https://portal.adtpulse.com"
6
API_HOST_CA = "https://portal-ca.adtpulse.com" # Canada
pyproject.toml
[tool.poetry]
name = "pyadtpulse"
-version = "1.2.10"
+version = "1.2.11"
description = "Python interface for ADT Pulse security systems"
authors = ["Ryan Snodgrass"]
maintainers = ["Robert Lippmann"]
0 commit comments