Skip to content

Commit 5a73b68

Browse files
committed
bump: version 8.3.0b0 → 8.3.0b1
1 parent b1be34f commit 5a73b68

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.3.0b0"
6+
version = "8.3.0b1"
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.3.0b1 (2025-08-07)
2+
13
## 8.3.0b0 (2025-07-30)
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.3.0b0"
9+
version = "8.3.0b1"
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.3.0b0
3+
version = 8.3.0b1
44
description = Ignition Scripting API
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)