Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 8897feb

Browse files
author
github-actions
committed
chore(release): bump version to v1.0.2
1 parent c5d9afb commit 8897feb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33

44

5+
## v1.0.2 (2023-12-02)
6+
7+
### Fix
8+
9+
* fix: update README.md (#77) ([`c5d9afb`](https://github.com/supabase-community/realtime-py/commit/c5d9afb610651b2981361ff01a8a593399809c7f))
10+
11+
512
## v1.0.1 (2023-12-02)
613

714
### Chore
815

16+
* chore(release): bump version to v1.0.1 ([`7f185e9`](https://github.com/supabase-community/realtime-py/commit/7f185e993735afbefde823577586f4c24fe88eee))
17+
918
* chore: update CI to use correct branch (#76) ([`07b1b8b`](https://github.com/supabase-community/realtime-py/commit/07b1b8b3c5d586cca576b728deba0930dc1f681e))
1019

1120
* chore: update github workflow with correct branch (#74) ([`13688c4`](https://github.com/supabase-community/realtime-py/commit/13688c4e86ba5da938b52a04c74bf10cc8250cf3))

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 = "1.0.1"
3+
version = "1.0.2"
44
description = ""
55
authors = [
66
"Joel Lee <joel@joellee.org>",

realtime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = "1.0.1"
2+
__version__ = "1.0.2"
33

44
from realtime.channel import CallbackListener, Channel
55
from realtime.connection import Socket

0 commit comments

Comments
 (0)