Skip to content

Commit

Permalink
v3.7.0 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Jan 30, 2024
1 parent 0bd12d1 commit 162406b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/reactpy_django/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
REACTPY_WEBSOCKET_ROUTE,
)

__version__ = "3.6.0"
__version__ = "3.7.0"
__all__ = [
"REACTPY_WEBSOCKET_PATH",
"REACTPY_WEBSOCKET_ROUTE",
Expand Down

0 comments on commit 162406b

Please sign in to comment.