File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ gpg_sign = true
3
3
name = " cz_conventional_commits"
4
4
tag_format = " v$version"
5
5
version_scheme = " pep440"
6
- version = " 8.1.45.post2 "
6
+ version = " 8.1.45.post3 "
7
7
update_changelog_on_bump = true
8
8
version_files = [
9
9
" src/system/__version__.py:__version__"
Original file line number Diff line number Diff line change
1
+ ## v8.1.45.post3 (2025-02-24)
2
+
3
+ ### Fix
4
+
5
+ - ** ia** : add PyDataSet.getUnderlyingDataset function (#314 )
6
+
7
+ ## v8.1.45.post2 (2025-01-20)
8
+
9
+ ### Fix
10
+
11
+ - ** system** : update build version
12
+
13
+ ## v8.1.45.post1 (2025-01-13)
14
+
15
+ ### Refactor
16
+
17
+ - ** ia** : add propertyArrayIndices argument to readRawMultiple (#309 )
18
+
1
19
## v8.1.45.post2 (2025-01-20)
2
20
3
21
### Fix
Original file line number Diff line number Diff line change 1
1
"""Package information."""
2
2
3
- __version__ = "8.1.45.post2 "
3
+ __version__ = "8.1.45.post3 "
4
4
__build__ = "2025010709"
You can’t perform that action at this time.
0 commit comments