Skip to content

Commit b96f508

Browse files
committed
bump: version 8.1.45.post4 → 8.1.47
1 parent 7b1c5cf commit b96f508

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

Diff for: .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.post4"
6+
version = "8.1.47"
77
update_changelog_on_bump = true
88
version_files = [
99
"src/system/__version__.py:__version__"

Diff for: CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## v8.1.47 (2025-03-03)
2+
3+
## v8.1.45.post4 (2025-02-26)
4+
5+
### Feat
6+
7+
- **java**: add missing classes and arguments (#315)
8+
9+
## v8.1.45.post3 (2025-02-24)
10+
11+
### Fix
12+
13+
- **ia**: add PyDataSet.getUnderlyingDataset function (#314)
14+
15+
## v8.1.45.post2 (2025-01-20)
16+
17+
### Fix
18+
19+
- **system**: update build version
20+
21+
## v8.1.45.post1 (2025-01-13)
22+
23+
### Refactor
24+
25+
- **ia**: add propertyArrayIndices argument to readRawMultiple (#309)
26+
127
## v8.1.45.post4 (2025-02-26)
228

329
### Feat

Diff for: 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.post4"
3+
__version__ = "8.1.47"
44
__build__ = "2025022612"

0 commit comments

Comments
 (0)