Skip to content

Commit 1c6ef1a

Browse files
author
semantic-release
committed
2.5.2
Automatically generated by python-semantic-release
1 parent 29c85a2 commit 1c6ef1a

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
<!-- version list -->
44

5+
## v2.5.2 (2026-03-03)
6+
7+
### Bug Fixes
8+
9+
- Force release
10+
([`bdb476c`](https://github.com/Kitware/wslink/commit/bdb476c134294c371cd98a854b5a218fb37d54dc))
11+
12+
- Update validate-pyproject
13+
([`29c85a2`](https://github.com/Kitware/wslink/commit/29c85a29936720610d1773033345b6531bef634c))
14+
15+
516
## v2.5.1 (2026-03-02)
617

718
### Bug Fixes

js-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitware/wslink",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "Rpc and pub/sub between Python and JavaScript over WebSockets",
55
"repository": {
66
"type": "git",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wslink"
3-
version = "2.5.1"
3+
version = "2.5.2"
44
authors = [
55
{ name = "Aron Helser", email = "Aron.helser@kitware.com" },
66
{ name = "Scott Wittenburg", email = "scott.wittenburg@kitware.com" },

src/wslink/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from wslink.core import register, schedule_callback, schedule_coroutine
1010

1111
__license__ = "BSD-3-Clause"
12-
__version__ = "2.5.1"
12+
__version__ = "2.5.2"
1313

1414
__all__ = [
1515
"__license__",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)