Skip to content

Commit

Permalink
chore(main): release 2.0.3 (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 26, 2024
1 parent e8fea43 commit b9d52af
Show file tree
Hide file tree
Showing 4 changed files with 12 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"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



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


### Bug Fixes

* **deps:** bump aiohttp from 3.10.5 to 3.10.6 ([#207](https://github.com/supabase/realtime-py/issues/207)) ([e743b85](https://github.com/supabase/realtime-py/commit/e743b854ec45cc7c987d4ce9324a53f59eaa6d8a))
* **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))
* update broken method calls ([#203](https://github.com/supabase/realtime-py/issues/203)) ([b162e00](https://github.com/supabase/realtime-py/commit/b162e0076df4e7b20f1f669e7e79012e6274df7e))

## [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 b9d52af

Please sign in to comment.