File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.2.5 (2024-02-10)
2+
3+ * don't raise not logged in exception when sync check task logs out
4+ * change full logout interval to approximately every 6 hours
5+
16## 1.2.4 (2024-02-08)
27
38* change yarl dependencies
Original file line number Diff line number Diff line change 11"""Constants for pyadtpulse."""
22
3- __version__ = "1.2.4 "
3+ __version__ = "1.2.5 "
44
55DEFAULT_API_HOST = "https://portal.adtpulse.com"
66API_HOST_CA = "https://portal-ca.adtpulse.com" # Canada
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyadtpulse"
3- version = " 1.2.4 "
3+ version = " 1.2.5 "
44description = " Python interface for ADT Pulse security systems"
55authors = [" Ryan Snodgrass" ]
66maintainers = [" Robert Lippmann" ]
You can’t perform that action at this time.
0 commit comments