Skip to content

Commit d63a32f

Browse files
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

File tree

autobahn/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
#
2525
###############################################################################
2626

27-
__version__ = "25.9.1"
27+
__version__ = "25.10.1"
2828

2929
__build__ = "00000000-0000000"

0 commit comments

Comments
 (0)