Skip to content

Commit 2e59a18

Browse files
committed
bump: version 8.1.41 → 8.1.42
1 parent 327ee86 commit 2e59a18

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

Diff for: .cz.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ gpg_sign = true
33
name = "cz_conventional_commits"
44
tag_format = "v$version"
55
version_scheme = "pep440"
6-
version = "8.1.41"
6+
version = "8.1.42"
77
update_changelog_on_bump = true
88
version_files = [
9-
"setup.cfg:version",
9+
"src/system/__version__.py:__version__"
1010
]

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v8.1.42 (2024-06-24)
2+
3+
### Fix
4+
5+
- **ia**: inherit from java.util.ArrayList (#286)
6+
17
## v8.1.41 (2024-05-29)
28

39
### Fix

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ignition_api
3-
version = 8.1.41
3+
version = attr: system.__version__.__version__
44
description = Ignition Scripting API
55
long_description = file: README.md
66
long_description_content_type = text/markdown

Diff for: src/system/__version__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Package information."""
22

3-
__version__ = "8.1.41"
4-
__build__ = "2024052809"
3+
__version__ = "8.1.42"
4+
__build__ = "2024061810"

0 commit comments

Comments
 (0)