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
+
1
6
## 1.2.4 (2024-02-08)
2
7
3
8
* change yarl dependencies
Original file line number Diff line number Diff line change 1
1
"""Constants for pyadtpulse."""
2
2
3
- __version__ = "1.2.4 "
3
+ __version__ = "1.2.5 "
4
4
5
5
DEFAULT_API_HOST = "https://portal.adtpulse.com"
6
6
API_HOST_CA = "https://portal-ca.adtpulse.com" # Canada
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pyadtpulse"
3
- version = " 1.2.4 "
3
+ version = " 1.2.5 "
4
4
description = " Python interface for ADT Pulse security systems"
5
5
authors = [" Ryan Snodgrass" ]
6
6
maintainers = [" Robert Lippmann" ]
You can’t perform that action at this time.
0 commit comments