Skip to content

Commit 21299e2

Browse files
committed
update changelog and bump version to 1.2.5
1 parent 2673d9a commit 21299e2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

pyadtpulse/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Constants for pyadtpulse."""
22

3-
__version__ = "1.2.4"
3+
__version__ = "1.2.5"
44

55
DEFAULT_API_HOST = "https://portal.adtpulse.com"
66
API_HOST_CA = "https://portal-ca.adtpulse.com" # Canada

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyadtpulse"
3-
version = "1.2.4"
3+
version = "1.2.5"
44
description = "Python interface for ADT Pulse security systems"
55
authors = ["Ryan Snodgrass"]
66
maintainers = ["Robert Lippmann"]

0 commit comments

Comments
 (0)