Skip to content

Commit

Permalink
v4.0.0 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jun 22, 2024
1 parent fb6c258 commit 9b36b6d
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)!

## [4.0.0]

### Added

- Client-side Python components can now be rendered via the new `{% pyscript_component %}` template tag
Expand Down Expand Up @@ -497,7 +501,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.8.1...HEAD
[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/4.0.0...HEAD
[4.0.0]: https://github.com/reactive-python/reactpy-django/compare/3.8.1...4.0.0
[3.8.1]: https://github.com/reactive-python/reactpy-django/compare/3.8.0...3.8.1
[3.8.0]: https://github.com/reactive-python/reactpy-django/compare/3.7.0...3.8.0
[3.7.0]: https://github.com/reactive-python/reactpy-django/compare/3.6.0...3.7.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 @@ -17,7 +17,7 @@
REACTPY_WEBSOCKET_ROUTE,
)

__version__ = "3.8.1"
__version__ = "4.0.0"
__all__ = [
"REACTPY_WEBSOCKET_PATH",
"REACTPY_WEBSOCKET_ROUTE",
Expand Down

0 comments on commit 9b36b6d

Please sign in to comment.