Commit d63a32f
committed
Bump version to 25.10.1 in _version.py to match pyproject.toml
The version was inconsistent between the two files:
- pyproject.toml already had version = "25.10.1"
- autobahn/_version.py still had __version__ = "25.9.1"
This caused nightly releases to report Autobahn/25.9.1 in conformance
test results instead of the intended 25.10.1. Both files must be kept
in sync for proper version reporting.1 parent 116eba7 commit d63a32f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
0 commit comments