8000 chore(main): release 2.4.1 (#282) · supabase/realtime-py@628f1e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 628f1e6

Browse files
chore(main): release 2.4.1 (#282)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 54fb4a1 commit 628f1e6

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.4.0"
2+
".": "2.4.1"
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.4.1](https://github.com/supabase/realtime-py/compare/v2.4.0...v2.4.1) (2025-02-26)
6+
7+
8+
### Bug Fixes
9+
10+
* revert client to handle bc changes ([#281](https://github.com/supabase/realtime-py/issues/281)) ([54fb4a1](https://github.com/supabase/realtime-py/commit/54fb4a19503a10282aa086dd49738e00d36c4d60))
11+
512
## [2.4.0](https://github.com/supabase/realtime-py/compare/v2.3.0...v2.4.0) (2025-02-19)
613

714

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "realtime"
3-
version = "2.4.0" # {x-release-please-version}
3+
version = "2.4.1" # {x-release-please-version}
44
description = ""
55
authors = [
66
"Joel Lee <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.4.0" # {x-release-please-version}
1+
__version__ = "2.4.1" # {x-release-please-version}

0 commit comments

Comments
 (0)
0