Skip to content

Commit 782fb6c

Browse files
committed
bump: version 8.1.49 → 8.1.50
1 parent 99d604e commit 782fb6c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.49"
6+
version = "8.1.50"
77
update_changelog_on_bump = true
88
version_files = [
99
"ignition-api/setup.cfg:version",

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 8.1.50 (2025-10-02)
2+
13
## 8.1.49 (2025-08-19)
24

35
### Feat

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.49"
9+
version = "8.1.50"
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.49
3+
version = 8.1.50
44
description = Ignition Scripting API
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)