Skip to content

Commit 18cfa1c

Browse files
chore(main): release 2.5.4
1 parent 146d649 commit 18cfa1c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.3"
2+
".": "2.5.4"
33
}

CHANGELOG.md

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

33

44

5+
## [2.5.4](https://github.com/supabase/realtime-py/compare/v2.5.3...v2.5.4) (2025-07-07)
6+
7+
8+
### Bug Fixes
9+
10+
* Do not supress callback exceptions ([#332](https://github.com/supabase/realtime-py/issues/332)) ([f978d39](https://github.com/supabase/realtime-py/commit/f978d39181d6b5a94f2aad311b7ea8220ea8673f))
11+
512
## [2.5.3](https://github.com/supabase/realtime-py/compare/v2.5.2...v2.5.3) (2025-06-26)
613

714

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "realtime"
3-
version = "2.5.3" # {x-release-please-version}
3+
version = "2.5.4" # {x-release-please-version}
44
description = ""
55
authors = [
66
{ name = "Joel Lee", email="joel@joellee.org"},

realtime/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.3" # {x-release-please-version}
1+
__version__ = "2.5.4" # {x-release-please-version}

0 commit comments

Comments
 (0)