Skip to content

Commit 9b36b6d

Browse files
authored
v4.0.0 (#244)
1 parent fb6c258 commit 9b36b6d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Using the following categories, list your changes in this order:
3434

3535
## [Unreleased]
3636

37+
- Nothing (yet)!
38+
39+
## [4.0.0]
40+
3741
### Added
3842

3943
- Client-side Python components can now be rendered via the new `{% pyscript_component %}` template tag
@@ -497,7 +501,8 @@ Using the following categories, list your changes in this order:
497501
498502
- Support for IDOM within the Django
499503
500-
[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.8.1...HEAD
504+
[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/4.0.0...HEAD
505+
[4.0.0]: https://github.com/reactive-python/reactpy-django/compare/3.8.1...4.0.0
501506
[3.8.1]: https://github.com/reactive-python/reactpy-django/compare/3.8.0...3.8.1
502507
[3.8.0]: https://github.com/reactive-python/reactpy-django/compare/3.7.0...3.8.0
503508
[3.7.0]: https://github.com/reactive-python/reactpy-django/compare/3.6.0...3.7.0

src/reactpy_django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
REACTPY_WEBSOCKET_ROUTE,
1818
)
1919

20-
__version__ = "3.8.1"
20+
__version__ = "4.0.0"
2121
__all__ = [
2222
"REACTPY_WEBSOCKET_PATH",
2323
"REACTPY_WEBSOCKET_ROUTE",

0 commit comments

Comments
 (0)