Skip to content

Commit 3e08286

Browse files
committed
bump: version 17.25.0b0 → 17.25.0b1
1 parent 0c1badb commit 3e08286

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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 = "17.25.0b0"
6+
version = "17.25.0b1"
77
update_changelog_on_bump = true
88
version_files = [
99
"java-api/setup.cfg:version",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 17.25.0b1 (2025-12-05)
2+
3+
### Refactor
4+
5+
- **java**: set class attribute constants (#1)
6+
7+
## 17.25.0b0 (2025-12-05)

java-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 = "java-api-stubs"
9-
version = "17.25.0b0"
9+
version = "17.25.0b1"
1010
description = "Java 17 API Specification stubs for ignition-api"
1111
readme = "README.md"
1212
keywords = [

java-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 = java_api
3-
version = 17.25.0b0
3+
version = 17.25.0b1
44
description = Java 17 API Specification for ignition-api
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)