Skip to content

Commit

Permalink
bump: version 8.1.45 → 8.1.45.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Jan 14, 2025
1 parent a5fcdf3 commit 529a16f
Show file tree
Hide file tree
Showing 3 changed files with 8 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.45"
version = "8.1.45.post1"
update_changelog_on_bump = true
version_files = [
"src/system/__version__.py:__version__"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v8.1.45.post1 (2025-01-13)

### Refactor

- **ia**: add propertyArrayIndices argument to readRawMultiple (#309)

## v8.1.45 (2025-01-08)

## v8.1.44.post1 (2024-11-06)
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.45"
__version__ = "8.1.45.post1"
__build__ = "2024082010"

0 comments on commit 529a16f

Please sign in to comment.