Skip to content

Commit 60e25d3

Browse files
committed
chore: Bump version to 25.12.1
Note: This work was completed with AI assistance (Claude Code).
1 parent d30917c commit 60e25d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "autobahn"
7-
version = "25.11.1"
7+
version = "25.12.1"
88
description = "WebSocket client & server library, WAMP real-time framework"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/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.11.1"
27+
__version__ = "25.12.1"
2828

2929
__build__ = "00000000-0000000"

0 commit comments

Comments
 (0)