From 162406bea69edd0fb46069a7e420646cf8e839a2 Mon Sep 17 00:00:00 2001 From: Mark Bakhit Date: Tue, 30 Jan 2024 00:32:45 -0800 Subject: [PATCH] v3.7.0 (#220) --- CHANGELOG.md | 7 ++++++- src/reactpy_django/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de6c4d35..23612904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,10 @@ Using the following categories, list your changes in this order: ## [Unreleased] +- Nothing (yet)! + +## [3.7.0] - 2024-01-30 + ### Added - An "offline component" can now be displayed when the client disconnects from the server. @@ -445,7 +449,8 @@ Using the following categories, list your changes in this order: - Support for IDOM within the Django -[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.6.0...HEAD +[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.7.0...HEAD +[3.7.0]: https://github.com/reactive-python/reactpy-django/compare/3.6.0...3.7.0 [3.6.0]: https://github.com/reactive-python/reactpy-django/compare/3.5.1...3.6.0 [3.5.1]: https://github.com/reactive-python/reactpy-django/compare/3.5.0...3.5.1 [3.5.0]: https://github.com/reactive-python/reactpy-django/compare/3.4.0...3.5.0 diff --git a/src/reactpy_django/__init__.py b/src/reactpy_django/__init__.py index 6ff88b00..79f2c6ea 100644 --- a/src/reactpy_django/__init__.py +++ b/src/reactpy_django/__init__.py @@ -8,7 +8,7 @@ REACTPY_WEBSOCKET_ROUTE, ) -__version__ = "3.6.0" +__version__ = "3.7.0" __all__ = [ "REACTPY_WEBSOCKET_PATH", "REACTPY_WEBSOCKET_ROUTE",