Skip to content

Commit a29b78c

Browse files
authored
Merge pull request #41 from HeroesDieYoung/master
Bump version to 1.2.11
2 parents 4da38fe + faac4c8 commit a29b78c

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

.github/workflows/name: pre-commit.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

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.9"
3+
__version__ = "1.2.11"
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.10"
3+
version = "1.2.11"
44
description = "Python interface for ADT Pulse security systems"
55
authors = ["Ryan Snodgrass"]
66
maintainers = ["Robert Lippmann"]

0 commit comments

Comments
 (0)