Skip to content

Commit

Permalink
bump: version 8.1.44 → 8.1.44.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Nov 6, 2024
1 parent 4f8ce47 commit 1823cbb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gpg_sign = true
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "pep440"
version = "8.1.44"
version = "8.1.44.post1"
update_changelog_on_bump = true
version_files = [
"src/system/__version__.py:__version__"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v8.1.44.post1 (2024-11-06)

### Fix

- **ia**: fix AlarmQueryResult method names (#307)
- #306

## v8.1.44 (2024-10-23)

## v8.1.43 (2024-08-21)
Expand Down
2 changes: 1 addition & 1 deletion src/system/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Package information."""

__version__ = "8.1.44"
__version__ = "8.1.44.post1"
__build__ = "2024082010"

0 comments on commit 1823cbb

Please sign in to comment.