Skip to content

Commit ed35c10

Browse files
committed
bump: version 8.1.50 → 8.1.50.post1
1 parent 04e1096 commit ed35c10

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gpg_sign = true
33
name = "cz_conventional_commits"
44
tag_format = "$version"
55
version_scheme = "pep440"
6-
version = "8.1.50"
6+
version = "8.1.50.post1"
77
update_changelog_on_bump = true
88
version_files = [
99
"ignition-api/setup.cfg:version",

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 8.1.50.post1 (2025-11-27)
2+
3+
### Fix
4+
5+
- **java**: apply sourcery suggestions (#361)
6+
7+
### Refactor
8+
9+
- **java**: add exception classes to java.nio.file (#360)
10+
111
## 8.1.50 (2025-10-02)
212

313
## 8.1.49 (2025-08-19)

ignition-api-stubs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "ignition-api-stubs"
9-
version = "8.1.50"
9+
version = "8.1.50.post1"
1010
description = "Ignition Scripting API Stubs"
1111
readme = "README.md"
1212
keywords = [

ignition-api/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ignition_api
3-
version = 8.1.50
3+
version = 8.1.50.post1
44
description = Ignition Scripting API
55
long_description = file: README.md
66
long_description_content_type = text/markdown
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Package information."""
22

3-
__version__ = "8.1.49"
4-
__build__ = "2025081208"
3+
__version__ = "8.1.50"
4+
__build__ = "2025093011"

0 commit comments

Comments
 (0)