Skip to content

Commit

Permalink
update changelog, bump version to 1.2.9b0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlippmann committed Mar 11, 2024
1 parent 4091bd1 commit b2da586
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.2.9 (2024-03-11)

* ignore query string in check_login_errors(). This should fix a bug where the task was logged out
but not correctly being identified
* remove unnecessary warning in alarm status check
* add arm night
* refactor update_alarm_from_etree()
* bump to newer user agent
* skip sync check if it will back off
* fix linter issue in _initialize_sites

## 1.2.8 (2024-03-07)

* add more detail to "invalid sync check" error logging
Expand Down
2 changes: 1 addition & 1 deletion pyadtpulse/const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Constants for pyadtpulse."""

__version__ = "1.2.8"
__version__ = "1.2.9b0"

DEFAULT_API_HOST = "https://portal.adtpulse.com"
API_HOST_CA = "https://portal-ca.adtpulse.com" # Canada
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyadtpulse"
version = "1.2.8"
version = "1.2.9b0"
description = "Python interface for ADT Pulse security systems"
authors = ["Ryan Snodgrass"]
maintainers = ["Robert Lippmann"]
Expand Down

0 comments on commit b2da586

Please sign in to comment.