Skip to content

Commit 8f89311

Browse files
committedJan 21, 2025··
bump: version 8.1.45.post1 → 8.1.45.post2
1 parent c0d8119 commit 8f89311

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.45.post1"
6+
version = "8.1.45.post2"
77
update_changelog_on_bump = true
88
version_files = [
99
"src/system/__version__.py:__version__"

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v8.1.45.post2 (2025-01-20)
2+
3+
### Fix
4+
5+
- **system**: update build version
6+
7+
## v8.1.45.post1 (2025-01-13)
8+
9+
### Refactor
10+
11+
- **ia**: add propertyArrayIndices argument to readRawMultiple (#309)
12+
113
## v8.1.45.post1 (2025-01-13)
214

315
### Refactor

‎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.45.post1"
3+
__version__ = "8.1.45.post2"
44
__build__ = "2025010709"

0 commit comments

Comments
 (0)
Please sign in to comment.