We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cesarcoatl
Learn more about funding links in repositories.
Report abuse
1 parent 4f8ce47 commit 1823cbbCopy full SHA for 1823cbb
.cz.toml
@@ -3,7 +3,7 @@ gpg_sign = true
3
name = "cz_conventional_commits"
4
tag_format = "v$version"
5
version_scheme = "pep440"
6
-version = "8.1.44"
+version = "8.1.44.post1"
7
update_changelog_on_bump = true
8
version_files = [
9
"src/system/__version__.py:__version__"
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v8.1.44.post1 (2024-11-06)
2
+
+### Fix
+- **ia**: fix AlarmQueryResult method names (#307)
+- #306
## v8.1.44 (2024-10-23)
10
## v8.1.43 (2024-08-21)
src/system/__version__.py
@@ -1,4 +1,4 @@
"""Package information."""
-__version__ = "8.1.44"
+__version__ = "8.1.44.post1"
__build__ = "2024082010"
0 commit comments