Skip to content

Commit 1823cbb

Browse files
committedNov 6, 2024··
bump: version 8.1.44 → 8.1.44.post1
1 parent 4f8ce47 commit 1823cbb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎.cz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gpg_sign = true
33
name = "cz_conventional_commits"
44
tag_format = "v$version"
55
version_scheme = "pep440"
6-
version = "8.1.44"
6+
version = "8.1.44.post1"
77
update_changelog_on_bump = true
88
version_files = [
99
"src/system/__version__.py:__version__"

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v8.1.44.post1 (2024-11-06)
2+
3+
### Fix
4+
5+
- **ia**: fix AlarmQueryResult method names (#307)
6+
- #306
7+
18
## v8.1.44 (2024-10-23)
29

310
## v8.1.43 (2024-08-21)

‎src/system/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Package information."""
22

3-
__version__ = "8.1.44"
3+
__version__ = "8.1.44.post1"
44
__build__ = "2024082010"

0 commit comments

Comments
 (0)