Skip to content

Commit 2abe5ce

Browse files
authored
v5.1.0 (#259)
1 parent 5891b41 commit 2abe5ce

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
@@ -19,6 +19,10 @@ Don't forget to remove deprecated code on each major release!
1919

2020
## [Unreleased]
2121

22+
- Nothing (yet)!
23+
24+
## [5.1.0] - 2024-11-24
25+
2226
### Added
2327

2428
- `settings.py:REACTPY_ASYNC_RENDERING` to enable asynchronous rendering of components.
@@ -508,7 +512,8 @@ Don't forget to remove deprecated code on each major release!
508512
509513
- Support for IDOM within the Django
510514
511-
[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/5.0.0...HEAD
515+
[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/5.1.0...HEAD
516+
[5.1.0]: https://github.com/reactive-python/reactpy-django/compare/5.0.0...5.1.0
512517
[5.0.0]: https://github.com/reactive-python/reactpy-django/compare/4.0.0...5.0.0
513518
[4.0.0]: https://github.com/reactive-python/reactpy-django/compare/3.8.1...4.0.0
514519
[3.8.1]: https://github.com/reactive-python/reactpy-django/compare/3.8.0...3.8.1

src/reactpy_django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
)
1414
from reactpy_django.websocket.paths import REACTPY_WEBSOCKET_ROUTE
1515

16-
__version__ = "5.0.0"
16+
__version__ = "5.1.0"
1717
__all__ = [
1818
"REACTPY_WEBSOCKET_ROUTE",
1919
"html",

0 commit comments

Comments
 (0)