Skip to content

Commit

Permalink
chore(main): release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
1 parent 2ce6efb commit 9eef3f2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.2"
".": "2.0.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## [2.0.3](https://github.com/supabase/realtime-py/compare/v2.0.2...v2.0.3) (2024-09-25)


### Bug Fixes

* **deps:** bump websockets from 12.0 to 13.1 ([#205](https://github.com/supabase/realtime-py/issues/205)) ([2ce6efb](https://github.com/supabase/realtime-py/commit/2ce6efb12e158c6df2bd4cda5d3b2a958d580c56))

## [2.0.2](https://github.com/supabase/realtime-py/compare/v2.0.1...v2.0.2) (2024-08-20)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "realtime"
version = "2.0.2" # {x-release-please-version}
version = "2.0.3" # {x-release-please-version}
description = ""
authors = [
"Joel Lee <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion realtime/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.2" # {x-release-please-version}
__version__ = "2.0.3" # {x-release-please-version}

0 comments on commit 9eef3f2

Please sign in to comment.